From 90718c82918c14a68c2ad78ec6f3e74b5b87879b Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Sun, 20 Jan 2019 01:04:20 +0800 Subject: [PATCH] =?UTF-8?q?php=E7=89=88=E6=9C=AC=E6=9C=80=E4=BD=8E?= =?UTF-8?q?=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/core.php b/public/core.php index a6ccb834b..53b9385ad 100755 --- a/public/core.php +++ b/public/core.php @@ -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');