mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add tests
This commit is contained in:
parent
fdb5c6aa1d
commit
d231364c1a
@ -19,7 +19,7 @@ $upx = true;
|
|||||||
|
|
||||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||||
$extensions = match (PHP_OS_FAMILY) {
|
$extensions = match (PHP_OS_FAMILY) {
|
||||||
'Linux', 'Darwin' => 'iconv',
|
'Linux', 'Darwin' => 'imap,swoole-hook-sqlite,swoole',
|
||||||
'Windows' => 'igbinary,redis,session',
|
'Windows' => 'igbinary,redis,session',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user