Remove for pure test

This commit is contained in:
crazywhalecc 2025-11-06 16:31:24 +08:00
parent 8c8cb70174
commit a45f314447
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -51,7 +51,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' => 'rdkafka',
'Windows' => 'bcmath,bz2,calendar,ctype,zlib,zip',
'Windows' => 'bcmath',
};
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).