From de4748860c31f44ad6de051e5bc9c429b6176d70 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 6 Aug 2022 10:23:53 +0800 Subject: [PATCH] update default install php version --- ext/go.sh | 2 +- src/ZM/Framework.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/ZM/Framework.php 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 diff --git a/src/ZM/Framework.php b/src/ZM/Framework.php old mode 100755 new mode 100644