pull/496/head
midoks 2 years ago
parent 2bbbe3f17f
commit 823c6f1f79
  1. 2
      plugins/php/install.sh
  2. 1
      plugins/php/versions/phplib.conf

@ -75,7 +75,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
cd ${rootPath}/plugins/php/versions/common && bash redis.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash memcached.sh install ${type}
if [ "${type}" -gt "72" ];then
if [ "${type}" -gt "73" ];then
cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type}
fi

@ -702,7 +702,6 @@
{
"name": "zip",
"versions": [
"73",
"74",
"80",
"81",

Loading…
Cancel
Save