From 41231cd14b41834bfb9f27427c27880760bda786 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Tue, 28 Aug 2018 11:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6sae=20php=E7=89=88=E6=9C=AC=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index_sae.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index_sae.php b/install/index_sae.php index 7acdff32..956bf23c 100644 --- a/install/index_sae.php +++ b/install/index_sae.php @@ -68,7 +68,7 @@ switch ($step) { case '2': if (phpversion() < 5) { - die('本系统需要PHP5+MYSQL >=4.1环境,当前PHP版本为:' . phpversion()); + die('本系统需要PHP5+MYSQL >=5.5.9环境,当前PHP版本为:' . phpversion()); } $phpv = @ phpversion();