From 44516381174b793628b41d5ea3e6681d92c6fc0a Mon Sep 17 00:00:00 2001 From: xurongyao Date: Thu, 6 Sep 2018 16:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E7=89=88?= =?UTF-8?q?=E6=9C=ACphp=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b24d302e..2d10916a 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 检测PHP环境 -if(version_compare(PHP_VERSION,'5.5.5','<')) die('require PHP > 5.5.5 !'); +if(version_compare(PHP_VERSION,'5.5.9','<')) die('require PHP > 5.5.9 !'); //error_reporting(E_ALL ^ E_NOTICE);//显示除去 E_NOTICE 之外的所有错误信息 error_reporting(E_ERROR | E_WARNING | E_PARSE);//报告运行时错误 //检测是否已安装CrmEb系统