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 55322a2 commit c6de6e7Copy full SHA for c6de6e7
src/globals/test-extensions.php
@@ -49,7 +49,7 @@
49
50
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
51
$extensions = match (PHP_OS_FAMILY) {
52
- 'Linux', 'Darwin' => 'pdo_pgsql',
+ 'Linux', 'Darwin' => 'spx',
53
'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',
54
};
55
0 commit comments