update default install php version

This commit is contained in:
crazywhalecc 2022-08-06 10:23:53 +08:00
parent c7736a7c3e
commit de4748860c
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
src/ZM/Framework.php Executable file → Normal file
View File