static-php-cli/src/globals/test-extensions.php

9 lines
368 B
PHP
Raw Normal View History

2023-11-19 13:38:55 +08:00
<?php
declare(strict_types=1);
# If you want to test new extensions here, just modify it.
2023-11-19 14:04:51 +08:00
$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';
2023-11-19 13:38:55 +08:00
echo $extensions;