pull/496/head
midoks 2 years ago
parent fdebeab6b2
commit 7cc10a9bdb
  1. 4
      plugins/php/install.sh
  2. 3
      plugins/php/versions/phplib.conf

@ -75,8 +75,8 @@ 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 "74" ];then
cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type}
if [ "${type}" -gt "73" ];then
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
fi
echo "install PHP${type} extend end"

@ -702,9 +702,6 @@
{
"name": "zip",
"versions": [
"80",
"81",
"82",
"83"
],
"type": "压缩",

Loading…
Cancel
Save