diff --git a/plugins/php/install.sh b/plugins/php/install.sh index bc54c8ff7..baab456b6 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -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 diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index 46735b7c5..cd30e4f77 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -702,7 +702,6 @@ { "name": "zip", "versions": [ - "73", "74", "80", "81",