update
This commit is contained in:
parent
e8810cc2a7
commit
e3ed7fde45
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue