This commit is contained in:
dami 2026-04-10 17:31:20 +08:00
parent 772de4e67b
commit 5c7d62c59b
2 changed files with 25 additions and 2 deletions

View File

@ -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}

View File

@ -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扩展",