mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#1334 안전하지 않은 PHP 버전 사용에 대한 경고 및 쉬운설치 차단
- PHP 5.3이하 버전 사용에 대한 경고문 추가 - PHP 5.3이하 버전에서 XE Core 1.8로 업데이트 차단
This commit is contained in:
parent
656e378175
commit
9587c6fcbe
6 changed files with 42 additions and 2 deletions
|
|
@ -35,6 +35,8 @@ define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
|
|||
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));
|
||||
define('__XE_VERSION_STABLE__', (!__XE_VERSION_ALPHA__ && !__XE_VERSION_BETA__ && !__XE_VERSION_RC__));
|
||||
|
||||
define('__XE_MIN_PHP_VERSION__', '5.3.0');
|
||||
|
||||
/**
|
||||
* @deprecated __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue