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 3e013cd commit c53f1d9Copy full SHA for c53f1d9
src/globals/test-extensions.php
@@ -19,7 +19,7 @@
19
20
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
21
$extensions = match (PHP_OS_FAMILY) {
22
- 'Linux', 'Darwin' => 'curl',
+ 'Linux', 'Darwin' => 'iconv',
23
'Windows' => 'amqp,apcu',
24
};
25
0 commit comments