mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add ext-mysqli,ext-mysqlnd
This commit is contained in:
parent
59a8b65f6f
commit
32bb0aadce
@ -119,6 +119,21 @@ ext-mbstring:
|
|||||||
type: php-extension
|
type: php-extension
|
||||||
php-extension:
|
php-extension:
|
||||||
arg-type: custom
|
arg-type: custom
|
||||||
|
ext-mysqli:
|
||||||
|
type: php-extension
|
||||||
|
depends:
|
||||||
|
- ext-mysqlnd
|
||||||
|
php-extension:
|
||||||
|
arg-type: with
|
||||||
|
build-with-php: true
|
||||||
|
ext-mysqlnd:
|
||||||
|
type: php-extension
|
||||||
|
depends:
|
||||||
|
- zlib
|
||||||
|
php-extension:
|
||||||
|
arg-type@unix: enable
|
||||||
|
arg-type@windows: with
|
||||||
|
build-with-php: true
|
||||||
ext-openssl:
|
ext-openssl:
|
||||||
type: php-extension
|
type: php-extension
|
||||||
depends:
|
depends:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user