From 58d4b4427ddd96c7354e4f547e1e47a9c094b5c3 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 18 Dec 2022 00:15:55 +0800 Subject: [PATCH] update default download native php to 8.1 --- ext/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/go.sh b/ext/go.sh index ef449984..de5a947f 100755 --- a/ext/go.sh +++ b/ext/go.sh @@ -49,7 +49,7 @@ function download_file() { # 安装下载内建PHP function install_native_php() { - ZM_PHP_VERSION="8.0" + ZM_PHP_VERSION="8.1" if [ "$ZM_DOWN_PHP_VERSION" != "" ]; then ZM_PHP_VERSION="$ZM_DOWN_PHP_VERSION" fi