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}