From a5c1b95dc4464ee3da0ebd4655d30867f85d6ae9 Mon Sep 17 00:00:00 2001 From: Comsenz <10433182@qq.com> Date: Fri, 2 Nov 2018 11:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/install/include/install_var.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/install/include/install_var.php b/upload/install/include/install_var.php index bdae01b..abd6601 100644 --- a/upload/install/include/install_var.php +++ b/upload/install/include/install_var.php @@ -70,7 +70,7 @@ $filesock_items = array('fsockopen', 'pfsockopen', 'stream_socket_client', 'curl $env_items = array ( 'os' => array('c' => 'PHP_OS', 'r' => 'notset', 'b' => 'unix'), - 'php' => array('c' => 'PHP_VERSION', 'r' => '5.2', 'b' => '7.0'), + 'php' => array('c' => 'PHP_VERSION', 'r' => '5.3', 'b' => '7.1'), 'attachmentupload' => array('r' => 'notset', 'b' => '2M'), 'gdversion' => array('r' => '1.0', 'b' => '2.0'), 'curl' => array('r' => 'notset', 'b' => 'enable'),