add pdo_sqlsrv for macOS and Linux

This commit is contained in:
crazywhalecc
2024-03-10 14:58:19 +08:00
committed by Jerry Ma
parent e4d8e5e4d2
commit 94b3afe6bc
4 changed files with 21 additions and 2 deletions

View File

@@ -317,6 +317,15 @@
"sqlite"
]
},
"pdo_sqlsrv": {
"type": "external",
"source": "pdo_sqlsrv",
"arg-type": "with",
"ext-depends": [
"pdo",
"sqlsrv"
]
},
"pgsql": {
"type": "builtin",
"arg-type": "with-prefix",