mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
rework configure args
This commit is contained in:
@@ -79,6 +79,9 @@
|
||||
"xml"
|
||||
],
|
||||
"shared-ext-depends": [
|
||||
"libxml",
|
||||
"xmlreader",
|
||||
"xmlwriter",
|
||||
"xml"
|
||||
]
|
||||
},
|
||||
@@ -413,22 +416,22 @@
|
||||
},
|
||||
"mysqli": {
|
||||
"type": "builtin",
|
||||
"target": [
|
||||
"static"
|
||||
],
|
||||
"arg-type": "with",
|
||||
"ext-depends": [
|
||||
"mysqlnd"
|
||||
],
|
||||
"target": [
|
||||
"static"
|
||||
]
|
||||
},
|
||||
"mysqlnd": {
|
||||
"type": "builtin",
|
||||
"target": [
|
||||
"static"
|
||||
],
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends": [
|
||||
"zlib"
|
||||
],
|
||||
"target": [
|
||||
"static"
|
||||
]
|
||||
},
|
||||
"oci8": {
|
||||
|
||||
Reference in New Issue
Block a user