Update phplib.conf

This commit is contained in:
dami 2026-04-10 17:39:25 +08:00
parent c4aeecdf3a
commit 4e9ea630d7
1 changed files with 21 additions and 0 deletions

View File

@ -121,6 +121,27 @@
"check": "sqlite3"
},
{
"name": "pgsql",
"versions": [
"56",
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82",
"83",
"84",
"85"
],
"type": "扩展",
"msg": "PostgreSQL扩展",
"shell": "pgsql.sh",
"check": "pgsql"
},
{
"name": "oci8",
"versions": [],
"type": "数据库",