mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#1334 설치 시 PHP 버전 체크 시 5.3.0 이상으로 변경
This commit is contained in:
parent
712541c50c
commit
eaea1178ec
5 changed files with 35 additions and 40 deletions
|
|
@ -36,6 +36,7 @@ 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');
|
||||
define('__XE_RECOMMEND_PHP_VERSION__', '5.5.0');
|
||||
|
||||
/**
|
||||
* @deprecated __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue