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 608a555 commit 16a4245Copy full SHA for 16a4245
1 file changed
src/globals/test-extensions.php
@@ -48,7 +48,7 @@
48
49
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
50
$extensions = match (PHP_OS_FAMILY) {
51
- 'Linux', 'Darwin' => 'dom,mongodb',
+ 'Linux', 'Darwin' => 'apcu,ast,bcmath,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,iconv,libxml,mbregex,mbstring,opcache,openssl,pcntl,phar,posix,readline,session,simplexml,sockets,sodium,tokenizer,xml,xmlreader,xmlwriter,zip,zlib',
52
'Windows' => 'xlswriter,openssl',
53
};
54
0 commit comments