diff --git a/plugins/php/install.sh b/plugins/php/install.sh index baab456b6..5cb8cb7dd 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 "73" ];then + if [ "${type}" -gt "74" ];then cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type} fi