From 08aa864fa01a50cd3516af9bb1db02e666f40f38 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 9 Dec 2024 23:29:57 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index c90bdbc6b..821b4bb3e 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -76,13 +76,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} cd ${rootPath}/plugins/php/versions/common && bash pcntl.sh install ${type} - - - - - if [ "${type}" -gt "73" ];then - cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type} - fi + cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type} + cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type} echo "install PHP${type} extend end"