From 609790ea7bb41479e5b09c71ff844f6c76e3fed6 Mon Sep 17 00:00:00 2001 From: jerry Date: Mon, 31 May 2021 20:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B01.2.1=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=87=A0=E4=B8=AA=E5=B0=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E5=A2=9E=E5=8A=A0php7.2=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E6=96=B0swoole=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B04.6.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static-compile-php.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static-compile-php.sh b/static-compile-php.sh index 9803b52e..0a56c1d9 100755 --- a/static-compile-php.sh +++ b/static-compile-php.sh @@ -33,8 +33,8 @@ function download_file() { # 获取要下载的源码的版本号 function lib_ver() { case $1 in - "phpver"|"php") echo "7.4.19" ;; - "swoole") echo "4.6.6" ;; + "phpver"|"php") echo "7.3.28" ;; + "swoole") echo "4.6.7" ;; "hash") echo "1.5" ;; "inotify") echo "3.0.0" ;; "redis") echo "5.3.4" ;;