From e7f74a482f4717dfef0fef69fd3818f20100582c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 2 Dec 2022 23:25:54 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 0a5dd26bc..3a98e5901 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -58,7 +58,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then # 安装通用扩展 echo "install PHP${type} extend start" - # cd /www/server/mdserver-web/plugins/php/versions/common && bash iconv.sh install 56 + # cd /www/server/mdserver-web/plugins/php/versions/common && bash iconv.sh install 53 # 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}