pull/282/head
midoks 2 years ago
parent 4aeffd2aa6
commit dd27af9ede
  1. 1
      plugins/php/install.sh
  2. 3
      scripts/install/centos.sh

@ -58,6 +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 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}

@ -110,7 +110,8 @@ yum install -y ImageMagick ImageMagick-devel
yum install -y libzstd-devel
yum install -y libevent libevent-devel unzip zip
yum install -y python-imaging libicu-devel bzip2-devel pcre pcre-devel
# yum install -y python-imaging
yum install -y libicu-devel bzip2-devel pcre pcre-devel
yum install -y gd gd-devel
yum install -y libjpeg-devel libpng-devel libwebp libwebp-devel

Loading…
Cancel
Save