mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
51 lines
890 B
YAML
51 lines
890 B
YAML
ext-bcmath:
|
|
type: php-extension
|
|
ext-mbregex:
|
|
type: php-extension
|
|
depends:
|
|
- onig
|
|
- ext-mbstring
|
|
php-extension:
|
|
arg-type: custom
|
|
build-shared: false
|
|
build-static: true
|
|
display-name: mbstring
|
|
ext-mbstring:
|
|
type: php-extension
|
|
php-extension:
|
|
arg-type: custom
|
|
ext-openssl:
|
|
type: php-extension
|
|
depends:
|
|
- openssl
|
|
- zlib
|
|
- ext-zlib
|
|
php-extension:
|
|
arg-type: custom
|
|
arg-type@windows: with
|
|
build-with-php: true
|
|
ext-phar:
|
|
type: php-extension
|
|
depends:
|
|
- zlib
|
|
ext-readline:
|
|
type: php-extension
|
|
depends:
|
|
- libedit
|
|
php-extension:
|
|
support:
|
|
Windows: wip
|
|
BSD: wip
|
|
arg-type: with-path
|
|
build-shared: false
|
|
build-static: true
|
|
ext-zlib:
|
|
type: php-extension
|
|
depends:
|
|
- zlib
|
|
php-extension:
|
|
arg-type: custom
|
|
arg-type@windows: with
|
|
build-with-php: true
|
|
build-shared: false
|