This commit is contained in:
dami 2025-12-11 14:39:58 +08:00
parent e8810cc2a7
commit e3ed7fde45
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ serverPath=$(dirname "$rootPath")
sysName=`uname`
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 73
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 85
# https://www.php.net/releases
if id www &> /dev/null ;then

View File

@ -21,6 +21,11 @@ if [ "$version" -lt "70" ];then
LIBV=2.2.0
fi
if [ "$version" == "85" ];then
LIBV=3.4.0
fi
LIB_PATH_NAME=lib/php
if [ -d $serverPath/php/${version}/lib64 ];then
LIB_PATH_NAME=lib64