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

9 lines
512 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-29 14:28:39 +08:00
$extensions = 'apcu,bcmath,calendar,ctype,curl,dba,dom,exif,filter,fileinfo,gd,iconv,intl,mbstring,mbregex,mysqli,mysqlnd,openssl,opcache,pcntl,pdo,pdo_mysql,pdo_sqlite,pdo_pgsql,pgsql,phar,posix,readline,redis,session,simplexml,sockets,sodium,sqlite3,tokenizer,xml,xmlreader,xmlwriter,xsl,zip,zlib,bz2,event,gmp,imagick,imap,ldap,protobuf,shmop,snappy,soap,swoole,sysvmsg,sysvsem,sysvshm,tidy,zstd';
2023-11-19 13:38:55 +08:00
echo $extensions;