From 3eff5736bd17397f5355fdfaa08950e35e6c60da Mon Sep 17 00:00:00 2001 From: molong Date: Wed, 6 Jun 2018 09:48:31 +0800 Subject: [PATCH] =?UTF-8?q?php=E7=89=88=E6=9C=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index b0165ce7..633ba9aa 100644 --- a/web/index.php +++ b/web/index.php @@ -8,7 +8,7 @@ // +---------------------------------------------------------------------- // [ 应用入口文件 ] -if(version_compare(PHP_VERSION,'5.4.0','<')) die('require PHP > 5.4.0 !'); +if(version_compare(PHP_VERSION,'7.0.0','<')) die('require PHP > 7.0.0 !'); // 定义应用目录 define('APP_PATH', __DIR__ . '/../application/');