Add ext-xmlwriter,ext-xmlreader

This commit is contained in:
crazywhalecc 2026-03-17 15:21:16 +08:00
parent 154adc1f48
commit 63bee0db13
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -313,6 +313,20 @@ ext-xml:
arg-type: '--enable-xml@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
build-with-php: true
ext-xmlreader:
type: php-extension
depends:
- libxml2
php-extension:
arg-type: '--enable-xmlreader@shared_suffix@ --with-libxml=@build_root_path@'
build-with-php: true
ext-xmlwriter:
type: php-extension
depends:
- libxml2
php-extension:
arg-type: '--enable-xmlwriter@shared_suffix@ --with-libxml=@build_root_path@'
build-with-php: true
ext-zlib:
type: php-extension
depends: