pull/879/head
dami 1 month ago
parent 772de4e67b
commit 5c7d62c59b
  1. 1
      plugins/php/install.sh
  2. 26
      plugins/php/versions/phplib.conf

@ -68,6 +68,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
# cd /www/server/mdserver-web/plugins/php/versions/common && bash openssl.sh install 56
# cd /www/server/mdserver-web/plugins/php/versions/common && bash fileinfo.sh install 81
# cd /www/server/mdserver-web/plugins/php/versions/common && bash pgsql.sh install 84
# cd /www/server/mdserver-web/plugins/php/versions/common && bash pdo_pgsql.sh install 84
cd ${rootPath}/plugins/php/versions/common && bash curl.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash gd.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash readline.sh install ${type}

@ -732,7 +732,19 @@
{
"name": "pdo_pgsql",
"versions": [
"84"
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82",
"83"
"84",
"85"
"84",
"85"
],
"type": "扩展",
"msg": "PostgreSQL扩展PDO",
@ -742,7 +754,17 @@
{
"name": "pgsql",
"versions": [
"84"
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82",
"83"
"84",
"85"
],
"type": "扩展",
"msg": "PostgreSQL扩展",

Loading…
Cancel
Save