mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
test
This commit is contained in:
@@ -50,7 +50,7 @@ $prefer_pre_built = false;
|
||||
|
||||
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
|
||||
$extensions = match (PHP_OS_FAMILY) {
|
||||
'Linux', 'Darwin' => 'grpc',
|
||||
'Linux', 'Darwin' => 'pdo_odbc',
|
||||
'Windows' => 'com_dotnet',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user