static-php-cli/ext-support.md

70 lines
8.6 KiB
Markdown
Raw Normal View History

2023-03-18 17:32:21 +08:00
# Extension List
> - yes: supported and tested
> - 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
| | Linux | macOS | Windows |
|------------|--------------------------------------------------------------------|--------------------------------------------------------------------|---------|
| bcmath | yes | yes | |
2023-04-03 21:27:50 +08:00
| bz2 | yes | yes | |
| calendar | yes | yes | |
| ctype | yes | yes | |
2023-04-08 18:45:49 +08:00
| curl | yes | yes | |
| date | yes | yes | |
| dba | yes | yes | |
2023-04-03 21:27:50 +08:00
| dom | yes | yes | |
| 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 | |
| gettext | | | |
2023-04-09 10:56:14 +08:00
| gmp | yes, untested | yes, untested | |
| hash | yes | yes | |
2023-04-08 18:55:23 +08:00
| iconv | yes | | |
| inotify | yes | yes | |
| 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 | | |
| 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 | |
| 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 | | |
| 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) | |
| 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 | |
| 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).