We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8cb70 commit a45f314Copy full SHA for a45f314
src/globals/test-extensions.php
@@ -51,7 +51,7 @@
51
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
52
$extensions = match (PHP_OS_FAMILY) {
53
'Linux', 'Darwin' => 'rdkafka',
54
- 'Windows' => 'bcmath,bz2,calendar,ctype,zlib,zip',
+ 'Windows' => 'bcmath',
55
};
56
57
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
0 commit comments