update default download native php to 8.1

This commit is contained in:
crazywhalecc 2022-12-18 00:15:55 +08:00
parent 8c6aba9361
commit 58d4b4427d

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