From 5c7d62c59b3a4e4b5505260aecd42e0ce0564d73 Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 10 Apr 2026 17:31:20 +0800 Subject: [PATCH] update --- plugins/php/install.sh | 1 + plugins/php/versions/phplib.conf | 26 ++++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index a94824257..2f17a5000 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -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} diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index 1a7b1c1ff..fc72c60dc 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -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扩展",