mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
70 lines
8.6 KiB
Markdown
70 lines
8.6 KiB
Markdown
# Extension List
|
|
|
|
> - yes: supported and tested
|
|
> - untested: supported, but not tested
|
|
> - empty: not supported yet
|
|
> - faulty with issue link: not supported yet due to issue
|
|
|
|
| | Linux | macOS | Windows |
|
|
|------------|--------------------------------------------------------------------|--------------------------------------------------------------------|---------|
|
|
| bcmath | yes | yes | |
|
|
| bz2 | yes | yes | |
|
|
| calendar | yes | yes | |
|
|
| ctype | yes | yes | |
|
|
| curl | yes | yes | |
|
|
| date | yes | yes | |
|
|
| dba | yes | yes | |
|
|
| dom | yes | yes | |
|
|
| enchant | | | |
|
|
| event | | | |
|
|
| exif | yes | yes | |
|
|
| filter | yes | yes | |
|
|
| fileinfo | yes | | |
|
|
| ftp | yes | yes | |
|
|
| gd | untested | yes | |
|
|
| gettext | | | |
|
|
| gmp | untested | untested | |
|
|
| hash | yes | yes | |
|
|
| iconv | yes | | |
|
|
| inotify | yes | yes | |
|
|
| mbstring | yes | yes | |
|
|
| mcrypt | | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
|
| mongodb | untested | | |
|
|
| mysqli | | | |
|
|
| mysqlnd | yes | yes | |
|
|
| openssl | yes | yes | |
|
|
| pcntl | untested | yes | |
|
|
| pdo | yes | yes | |
|
|
| pdo_mysql | yes | yes | |
|
|
| pdo_sqlite | yes | yes | |
|
|
| pdo_pgsql | | | |
|
|
| phar | yes | yes | |
|
|
| posix | yes | yes | |
|
|
| protobuf | untested | | |
|
|
| readline | | | |
|
|
| redis | yes | yes | |
|
|
| session | yes | yes | |
|
|
| shmop | untested | | |
|
|
| simplexml | untested | untested | |
|
|
| soap | untested | | |
|
|
| sockets | yes | yes | |
|
|
| sqlite3 | untested | untested | |
|
|
| swow | yes | yes | |
|
|
| 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 | |
|
|
| xmlreader | untested | untested | |
|
|
| xmlwriter | untested | untested | |
|
|
| zip | untested | yes | |
|
|
| zlib | yes | yes | |
|
|
|
|
## Additional Requirements
|
|
|
|
- phpmicro requires PHP >= 8.0
|
|
- swoole >= 5.0 requires PHP >= 8.0
|
|
- swow requires PHP >= 8.0
|
|
|
|
## Bugs
|
|
|
|
See [#32](https://github.com/crazywhalecc/static-php-cli/issues/32).
|