different extension combination fails?

This commit is contained in:
DubbleClick 2025-06-06 14:33:39 +07:00
parent a0579efbc2
commit df7cfa0d6a

View File

@ -45,7 +45,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' => 'lz4',
'Linux', 'Darwin' => 'openssl,curl',
'Windows' => 'xlswriter,openssl',
};