mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
22 lines
378 B
YAML
22 lines
378 B
YAML
|
|
ext-bcmath:
|
||
|
|
type: php-extension
|
||
|
|
ext-openssl:
|
||
|
|
type: php-extension
|
||
|
|
depends:
|
||
|
|
- openssl
|
||
|
|
- zlib
|
||
|
|
- ext-zlib
|
||
|
|
php-extension:
|
||
|
|
arg-type: custom
|
||
|
|
arg-type@windows: with
|
||
|
|
build-with-php: true
|
||
|
|
ext-zlib:
|
||
|
|
type: php-extension
|
||
|
|
depends:
|
||
|
|
- zlib
|
||
|
|
php-extension:
|
||
|
|
arg-type: custom
|
||
|
|
arg-type@windows: with
|
||
|
|
build-with-php: true
|
||
|
|
build-shared: false
|