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 f21f833 commit f556f37Copy full SHA for f556f37
1 file changed
src/globals/test-extensions.php
@@ -42,7 +42,7 @@
42
43
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
44
$extensions = match (PHP_OS_FAMILY) {
45
- 'Linux', 'Darwin' => 'imagick,phar',
+ 'Linux', 'Darwin' => 'imagick,zlib',
46
'Windows' => 'pgsql,pdo_pgsql',
47
};
48
0 commit comments