From eb05f0e04fae867ea8820f177f46dcde0bb8cb96 Mon Sep 17 00:00:00 2001 From: Lastorder <18280396+Lastorder-DC@users.noreply.github.com> Date: Sun, 1 Nov 2020 12:30:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=A7=80=EC=9B=90=EB=90=98=EB=8A=94=20PHP?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHP 7.4에서 정상 동작하지 않는다는 제보가 있고, PHP8에서는 오류로 아예 설치조차 불가능합니다. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80423bf22b..3d81c230d9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ XE 코어는 모듈, 애드온, 에디터 컴포넌트, 위젯, 레이아웃의 XpressEngine은 여러분들의 개발 참여를 기다립니다. ## Server Requirements -* PHP version 5.3.0 or greater (But recommend PHP >= 5.5.0) +* PHP version greater than 5.3.0 and less than 7.4.0 (But recommend PHP >= 5.5.0) * MYSQL version 4.1 or greater (But recommend MYSQL >= 5.x) , MS-SQL, CUBRID * XML Library * GD Library From 1f34516e5232bc79a247e814204c670228bf4a36 Mon Sep 17 00:00:00 2001 From: Lastorder <18280396+Lastorder-DC@users.noreply.github.com> Date: Fri, 13 Nov 2020 14:47:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?PHP=207.4=EB=8F=84=20=EB=B2=94=EC=9C=84?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 코어 기준 정상동작한다는 테스트 결과 있음 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d81c230d9..90f5c28175 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ XE 코어는 모듈, 애드온, 에디터 컴포넌트, 위젯, 레이아웃의 XpressEngine은 여러분들의 개발 참여를 기다립니다. ## Server Requirements -* PHP version greater than 5.3.0 and less than 7.4.0 (But recommend PHP >= 5.5.0) +* PHP version greater than 5.3.0 and less than 8.0.0 (But recommend PHP >= 5.5.0) * MYSQL version 4.1 or greater (But recommend MYSQL >= 5.x) , MS-SQL, CUBRID * XML Library * GD Library