mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
update default download native php to 8.1
This commit is contained in:
@@ -49,7 +49,7 @@ function download_file() {
|
|||||||
|
|
||||||
# 安装下载内建PHP
|
# 安装下载内建PHP
|
||||||
function install_native_php() {
|
function install_native_php() {
|
||||||
ZM_PHP_VERSION="8.0"
|
ZM_PHP_VERSION="8.1"
|
||||||
if [ "$ZM_DOWN_PHP_VERSION" != "" ]; then
|
if [ "$ZM_DOWN_PHP_VERSION" != "" ]; then
|
||||||
ZM_PHP_VERSION="$ZM_DOWN_PHP_VERSION"
|
ZM_PHP_VERSION="$ZM_DOWN_PHP_VERSION"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user