Update phplib.conf

pull/879/head
dami 1 month ago
parent c4aeecdf3a
commit 4e9ea630d7
  1. 21
      plugins/php-yum/versions/phplib.conf

@ -120,6 +120,27 @@
"shell": "sqlite3.sh", "shell": "sqlite3.sh",
"check": "sqlite3" "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", "name": "oci8",
"versions": [], "versions": [],

Loading…
Cancel
Save