From c013db9d4139f7789c976479a7d3a37c731d94b0 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 2 Dec 2022 22:54:35 +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 5442719fb..3ac114151 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -57,6 +57,9 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then # 安装通用扩展 echo "install PHP${type} extend start" + + # cd /www/server/mdserver-web/plugins/php/versions/common && bash gd.sh install 56 + # cd /www/server/mdserver-web/plugins/php/versions/common && bash openssl.sh install 56 cd ${rootPath}/plugins/php/versions/common && bash gd.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash iconv.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash exif.sh install ${type}