Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 5df3bb2

Browse files
committed
Sync config files from main
1 parent 893839b commit 5df3bb2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/.vitepress/config/ext.json

+10
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,16 @@
278278
"openssl"
279279
]
280280
},
281+
"libxml": {
282+
"support": {
283+
"BSD": "wip"
284+
},
285+
"type": "builtin",
286+
"arg-type": "none",
287+
"ext-depends": [
288+
"xml"
289+
]
290+
},
281291
"mbregex": {
282292
"type": "builtin",
283293
"arg-type": "custom",

docs/extensions.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| inotify | yes | no | | no |
2929
| intl | yes | yes | | no |
3030
| ldap | yes | yes | | |
31+
| libxml | yes | yes | | yes |
3132
| mbregex | yes | yes | yes | yes |
3233
| mbstring | yes | yes | yes | yes |
3334
| [mcrypt](./extension-notes#mcrypt) | no | no | no | no |

0 commit comments

Comments
 (0)