We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8466970 commit f7a0f50Copy full SHA for f7a0f50
config/ext.json
@@ -325,6 +325,16 @@
325
"openssl"
326
]
327
},
328
+ "libxml": {
329
+ "support": {
330
+ "BSD": "wip"
331
+ },
332
+ "type": "builtin",
333
+ "arg-type": "none",
334
+ "ext-depends": [
335
+ "xml"
336
+ ]
337
338
"lz4": {
339
"support": {
340
"Windows": "wip",
@@ -337,16 +347,6 @@
347
"liblz4"
348
349
- "libxml": {
341
- "support": {
342
- "BSD": "wip"
343
- },
344
- "type": "builtin",
345
- "arg-type": "none",
346
- "ext-depends": [
- "xml"
- ]
350
"mbregex": {
351
"type": "builtin",
352
"arg-type": "custom",
0 commit comments