2023-03-18 17:32:21 +08:00
|
|
|
# Extension List
|
|
|
|
|
|
|
|
|
|
> - yes: supported and tested
|
2023-03-26 22:27:51 +08:00
|
|
|
> - untested: supported, but not tested
|
2023-03-18 17:32:21 +08:00
|
|
|
> - empty: not supported yet
|
2023-03-19 01:20:16 +08:00
|
|
|
> - faulty with issue link: not supported yet due to issue
|
2023-03-18 17:32:21 +08:00
|
|
|
|
2023-03-26 22:27:51 +08:00
|
|
|
| | Linux | macOS | Windows |
|
|
|
|
|
|------------|--------------------------------------------------------------------|--------------------------------------------------------------------|---------|
|
|
|
|
|
| bcmath | yes | yes | |
|
2023-04-03 21:27:50 +08:00
|
|
|
| bz2 | yes | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| calendar | yes | yes | |
|
|
|
|
|
| ctype | yes | yes | |
|
2023-04-08 18:45:49 +08:00
|
|
|
| curl | yes | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| date | yes | yes | |
|
|
|
|
|
| dba | yes | yes | |
|
2023-04-03 21:27:50 +08:00
|
|
|
| dom | yes | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| enchant | | | |
|
|
|
|
|
| event | | | |
|
|
|
|
|
| exif | yes | yes | |
|
|
|
|
|
| filter | yes | yes | |
|
|
|
|
|
| fileinfo | yes | | |
|
|
|
|
|
| ftp | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| gd | yes, untested | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| gettext | | | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| gmp | yes, untested | yes, untested | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| hash | yes | yes | |
|
2023-04-08 18:55:23 +08:00
|
|
|
| iconv | yes | | |
|
|
|
|
|
| inotify | yes | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| mbstring | yes | yes | |
|
|
|
|
|
| mcrypt | | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| mongodb | yes, untested | | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| mysqli | | | |
|
|
|
|
|
| mysqlnd | yes | yes | |
|
2023-04-08 18:45:49 +08:00
|
|
|
| openssl | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| pcntl | yes, untested | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| pdo | yes | yes | |
|
|
|
|
|
| pdo_mysql | yes | yes | |
|
|
|
|
|
| pdo_sqlite | yes | yes | |
|
|
|
|
|
| pdo_pgsql | | | |
|
|
|
|
|
| phar | yes | yes | |
|
|
|
|
|
| posix | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| protobuf | yes, untested | | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| readline | | | |
|
|
|
|
|
| redis | yes | yes | |
|
|
|
|
|
| session | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| shmop | yes, untested | | |
|
|
|
|
|
| simplexml | yes, untested | yes, untested | |
|
|
|
|
|
| soap | yes, untested | | |
|
2023-04-08 18:45:49 +08:00
|
|
|
| sockets | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| sqlite3 | yes, untested | yes, untested | |
|
2023-04-09 10:41:50 +08:00
|
|
|
| swow | yes | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| swoole | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
|
|
|
|
| tokenizer | yes | yes | |
|
|
|
|
|
| xml | yes | yes | |
|
2023-04-09 10:56:14 +08:00
|
|
|
| xmlreader | yes, untested | yes, untested | |
|
|
|
|
|
| xmlwriter | yes, untested | yes, untested | |
|
|
|
|
|
| zip | yes, untested | yes | |
|
2023-03-26 22:27:51 +08:00
|
|
|
| zlib | yes | yes | |
|
2023-03-18 19:58:36 +08:00
|
|
|
|
|
|
|
|
## Additional Requirements
|
|
|
|
|
|
|
|
|
|
- phpmicro requires PHP >= 8.0
|
|
|
|
|
- swoole >= 5.0 requires PHP >= 8.0
|
|
|
|
|
- swow requires PHP >= 8.0
|
|
|
|
|
|
|
|
|
|
## Bugs
|
|
|
|
|
|
2023-03-18 20:08:54 +08:00
|
|
|
See [#32](https://github.com/crazywhalecc/static-php-cli/issues/32).
|