new build-with-php key for extensions

This commit is contained in:
DubbleClick
2025-05-22 12:27:01 +07:00
parent c29ca9722f
commit 310be957b6
2 changed files with 27 additions and 10 deletions

View File

@@ -370,6 +370,9 @@
"ext-depends": [
"zlib",
"session"
],
"shared-ext-depends": [
"session"
]
},
"memcached": {
@@ -388,6 +391,9 @@
"ext-depends": [
"session",
"zlib"
],
"shared-ext-depends": [
"session"
]
},
"mongodb": {
@@ -692,7 +698,8 @@
],
"ext-depends-windows": [
"xml"
]
],
"build-with-php": true
},
"snappy": {
"support": {
@@ -912,7 +919,8 @@
]
},
"tokenizer": {
"type": "builtin"
"type": "builtin",
"build-with-php": true
},
"uuid": {
"support": {
@@ -995,7 +1003,8 @@
],
"ext-depends-windows": [
"iconv"
]
],
"build-with-php": true
},
"xmlreader": {
"support": {
@@ -1009,7 +1018,8 @@
"ext-depends-windows": [
"xml",
"dom"
]
],
"build-with-php": true
},
"xmlwriter": {
"support": {
@@ -1022,7 +1032,8 @@
],
"ext-depends-windows": [
"xml"
]
],
"build-with-php": true
},
"xsl": {
"support": {