static-php-cli/ext-support.md

71 lines
2.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
> - empty: not supported yet
> - issue link: not supported yet due to issue
| | Linux | macOS | Windows |
|------------|-------|----------|---------|
| bcmath | | yes | |
| bz2 | | untested | |
| calendar | | yes | |
2023-03-19 01:16:54 +08:00
| ctype | | yes | |
2023-03-18 17:32:21 +08:00
| curl | | yes | |
| date | | yes | |
2023-03-19 01:16:54 +08:00
| dom | | untested | |
2023-03-18 17:32:21 +08:00
| event | | | |
2023-03-19 01:16:54 +08:00
| exif | | yes | |
| filter | | yes | |
2023-03-18 17:32:21 +08:00
| fileinfo | | | |
2023-03-19 01:16:54 +08:00
| ftp | | yes | |
2023-03-18 17:32:21 +08:00
| gd | | untested | |
| gmp | | untested | |
| hash | | yes | |
| iconv | | | |
| inotify | | | |
| json | | yes | |
2023-03-19 01:16:54 +08:00
| libxml | | yes | |
| mbstring | | yes | |
2023-03-18 17:32:21 +08:00
| mcrypt | | | |
| mongodb | | | |
| mysqli | | | |
2023-03-19 01:16:54 +08:00
| mysqlnd | | yes | |
2023-03-18 17:32:21 +08:00
| openssl | | yes | |
| pcntl | | untested | |
| pcre | | yes | |
| pdo | | yes | |
2023-03-19 01:16:54 +08:00
| pdo_mysql | | yes | |
2023-03-18 17:32:21 +08:00
| pdo_sqlite | | yes | |
| pdo_pgsql | | | |
2023-03-19 01:16:54 +08:00
| phar | | yes | |
| posix | | yes | |
2023-03-18 17:32:21 +08:00
| protobuf | | | |
| readline | | | |
2023-03-19 01:16:54 +08:00
| redis | | yes | |
2023-03-18 17:32:21 +08:00
| Reflection | | yes | |
2023-03-19 01:16:54 +08:00
| session | | yes | |
2023-03-18 17:32:21 +08:00
| shmop | | | |
2023-03-19 01:16:54 +08:00
| simplexml | | untested | |
2023-03-18 17:32:21 +08:00
| soap | | | |
| sockets | | | |
| sqlite3 | | untested | |
| swow | | | |
| swoole | | yes | |
2023-03-19 01:16:54 +08:00
| tokenizer | | yes | |
| xml | | yes | |
| xmlreader | | untested | |
| xmlwriter | | untested | |
| zip | | yes | |
| zlib | | 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).