From b3de21995a60f8bd5dee753401be719cf4c3cb5e Mon Sep 17 00:00:00 2001 From: xjh2009 <102580788+xjh2009@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:33:05 +0800 Subject: [PATCH] =?UTF-8?q?7.4.33=E6=98=AFphp74=E6=9C=80=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 10.4.6/public/install/install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/10.4.6/public/install/install.php b/10.4.6/public/install/install.php index d4f3ea38b..e20df8389 100644 --- a/10.4.6/public/install/install.php +++ b/10.4.6/public/install/install.php @@ -52,14 +52,14 @@ public function envMonitor() $error = 0; $envs = []; #监测-PHP版本 - if (!version_compare(phpversion(), '7.2.5', '>=') || !version_compare(phpversion(), '7.4.0', '<')) { + if (!version_compare(phpversion(), '7.2.5', '>=') || !version_compare(phpversion(), '7.4.33', '<')) { $error++; $env['status'] = 0; }else{ $env['status'] = 1; } $env['name'] = 'PHP版本'; - $env['suggest'] = '>=7.2.5, <7.4.0'; + $env['suggest'] = '>=7.2.5, <7.4.33'; $env['current'] = phpversion(); $env['worst'] = '7.2.5'; $envs[] = $env; @@ -1090,4 +1090,4 @@ private function get_idcsamrt_auth($license = '') }else if($param['action']=='step_7'){ $res = $InstallSystem->steplast(); } -echo $res; \ No newline at end of file +echo $res;