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 2bb08af commit 8691305Copy full SHA for 8691305
1 file changed
src/globals/test-extensions.php
@@ -3,6 +3,6 @@
3
declare(strict_types=1);
4
5
# If you want to test new extensions here, just modify it.
6
-$extensions = 'rar,bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip';
+$extensions = 'rar,zlib,zip';
7
8
echo $extensions;
0 commit comments