Add ext-simplexml

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

View File

@ -233,6 +233,14 @@ ext-shmop:
type: php-extension type: php-extension
php-extension: php-extension:
build-with-php: true build-with-php: true
ext-simplexml:
type: php-extension
depends:
- ext-xml
php-extension:
arg-type@unix: '--enable-simplexml@shared_suffix@ --with-libxml=@build_root_path@'
arg-type@windows: with
build-with-php: true
ext-sockets: ext-sockets:
type: php-extension type: php-extension
ext-sqlite3: ext-sqlite3: