Add ext-simplexml

This commit is contained in:
crazywhalecc
2026-03-16 16:17:15 +08:00
parent e30a10f60f
commit fe302bf8b9

View File

@@ -233,6 +233,14 @@ ext-shmop:
type: php-extension
php-extension:
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:
type: php-extension
ext-sqlite3: