From 88b86b2b2bdb372c65aba5060390f4fd72702602 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 26 Nov 2024 03:46:00 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 1460c6cc0..d6ba610a0 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -73,6 +73,9 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then cd ${rootPath}/plugins/php/versions/common && bash gettext.sh install ${type} 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}