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 bd815d4 commit e621e4aCopy full SHA for e621e4a
src/globals/test-extensions.php
@@ -50,7 +50,7 @@
50
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' => 'bcmath',
+ 'Linux', 'Darwin' => 'readline',
54
'Windows' => 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pdo,pdo_mysql,pdo_sqlite,phar,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip',
55
};
56
0 commit comments