Update phplib.conf
This commit is contained in:
parent
c4aeecdf3a
commit
4e9ea630d7
|
|
@ -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": "数据库",
|
||||
|
|
|
|||
Loading…
Reference in New Issue