Skip to content

Commit e3ed7fd

Browse files
committed
update
1 parent e8810cc commit e3ed7fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

plugins/php/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ serverPath=$(dirname "$rootPath")
99
sysName=`uname`
1010

1111
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 73
12+
# cd /www/server/mdserver-web/plugins/php && bash install.sh install 85
1213
# https://www.php.net/releases
1314

1415
if id www &> /dev/null ;then

plugins/php/versions/common/memcached.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ if [ "$version" -lt "70" ];then
2121
LIBV=2.2.0
2222
fi
2323

24+
25+
if [ "$version" == "85" ];then
26+
LIBV=3.4.0
27+
fi
28+
2429
LIB_PATH_NAME=lib/php
2530
if [ -d $serverPath/php/${version}/lib64 ];then
2631
LIB_PATH_NAME=lib64

0 commit comments

Comments
 (0)