mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Add extension bcmath,openssl,zlib
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user