add rar test

This commit is contained in:
crazywhalecc 2023-11-19 14:04:51 +08:00 committed by Jerry Ma
parent b3d41ef969
commit 2bb08af89b

View File

@ -3,6 +3,6 @@
declare(strict_types=1); declare(strict_types=1);
# If you want to test new extensions here, just modify it. # If you want to test new extensions here, just modify it.
$extensions = '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,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';
echo $extensions; echo $extensions;