mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add extension bcmath,openssl,zlib
This commit is contained in:
parent
95f34fbbc3
commit
cf5a946de1
21
config/pkg/ext/builtin-extensions.yml
Normal file
21
config/pkg/ext/builtin-extensions.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user