mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add ext-dom, ext-xml
This commit is contained in:
parent
b90356bc1d
commit
424228d81e
@ -26,6 +26,14 @@ ext-dba:
|
|||||||
- qdbm
|
- qdbm
|
||||||
php-extension:
|
php-extension:
|
||||||
arg-type: custom
|
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:
|
ext-mbregex:
|
||||||
type: php-extension
|
type: php-extension
|
||||||
depends:
|
depends:
|
||||||
@ -65,6 +73,17 @@ ext-readline:
|
|||||||
arg-type: '--with-libedit --without-readline'
|
arg-type: '--with-libedit --without-readline'
|
||||||
build-shared: false
|
build-shared: false
|
||||||
build-static: true
|
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:
|
ext-zlib:
|
||||||
type: php-extension
|
type: php-extension
|
||||||
depends:
|
depends:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user