Add ext-dom, ext-xml

This commit is contained in:
crazywhalecc 2026-03-08 22:33:00 +08:00
parent b90356bc1d
commit 424228d81e
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -26,6 +26,14 @@ ext-dba:
- qdbm
php-extension:
arg-type: custom
ext-dom:
type: php-extension
depends:
- libxml2
- ext-xml
php-extension:
arg-type: '--enable-dom@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
ext-mbregex:
type: php-extension
depends:
@ -65,6 +73,17 @@ ext-readline:
arg-type: '--with-libedit --without-readline'
build-shared: false
build-static: true
ext-xml:
type: php-extension
depends:
- libxml2
depends@windows:
- libxml2
- ext-iconv
php-extension:
arg-type: '--enable-xml@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
build-with-php: true
ext-zlib:
type: php-extension
depends: