php版本最低要求
parent
8b06cc01e2
commit
90718c8291
|
|
@ -10,7 +10,7 @@
|
|||
// +----------------------------------------------------------------------
|
||||
|
||||
// 检测PHP环境
|
||||
if(version_compare(PHP_VERSION,'5.5.0','<')) die('PHP版本最低 5.5.0');
|
||||
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
|
||||
|
||||
// 系统版本
|
||||
define('APPLICATION_VERSION', 'v1.2.0');
|
||||
|
|
|
|||
Loading…
Reference in New Issue