diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 5cb8cb7dd..1a42db670 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -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" diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index 69413c16e..1857910df 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -702,9 +702,6 @@ { "name": "zip", "versions": [ - "80", - "81", - "82", "83" ], "type": "压缩",