pull/291/head
midoks 2 years ago
parent 6394ead5b8
commit c1574f3430
  1. 11
      plugins/php/versions/common/memcache.sh
  2. 10
      plugins/php/versions/phplib.conf
  3. 1
      tools.py

@ -17,10 +17,13 @@ sysName=`uname`
actionType=$1
version=$2
if [ "$version" -gt "56" ];then
echo "not need"
exit 1
fi
if [ "$version" -gt "56" ] && [ "$version" -lt "80" ];then
LIBV=4.0.5.2
fi
if [ "$version" -gt "74" ];then
LIBV=8.0
fi
LIB_PATH_NAME=lib/php

@ -314,7 +314,15 @@
"53",
"54",
"55",
"56"
"56",
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82"
],
"type": "缓存器",
"msg": "强大的内容缓存器,不支持集群",

@ -110,6 +110,7 @@ def mwcli(mw_input=0):
os.remove(basic_auth)
os.system(INIT_CMD + " restart")
print("|-关闭basic_auth成功")
elif mw_input == 21:
bind_domain = 'data/bind_domain.pl'
if os.path.exists(bind_domain):
os.remove(bind_domain)

Loading…
Cancel
Save