static-php-cli/config/pkg/ext/builtin-extensions.yml
2026-02-06 16:33:50 +08:00

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