mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
add zlib...
This commit is contained in:
parent
f21f833aed
commit
f556f375ee
@ -42,7 +42,7 @@ $prefer_pre_built = true;
|
||||
|
||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||
$extensions = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => 'imagick,phar',
|
||||
'Linux', 'Darwin' => 'imagick,zlib',
|
||||
'Windows' => 'pgsql,pdo_pgsql',
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user