We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8810cc commit e3ed7fdCopy full SHA for e3ed7fd
plugins/php/install.sh
@@ -9,6 +9,7 @@ serverPath=$(dirname "$rootPath")
9
sysName=`uname`
10
11
# 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
13
# https://www.php.net/releases
14
15
if id www &> /dev/null ;then
plugins/php/versions/common/memcached.sh
@@ -21,6 +21,11 @@ if [ "$version" -lt "70" ];then
21
LIBV=2.2.0
22
fi
23
24
+
25
+if [ "$version" == "85" ];then
26
+ LIBV=3.4.0
27
+fi
28
29
LIB_PATH_NAME=lib/php
30
if [ -d $serverPath/php/${version}/lib64 ];then
31
LIB_PATH_NAME=lib64
0 commit comments