Update install.sh

pull/632/head
Mr Chen 5 months ago
parent 93b39f4fb0
commit 08aa864fa0
  1. 7
      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 zip.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
fi
echo "install PHP${type} extend end"

Loading…
Cancel
Save