mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
update ext-support.md
This commit is contained in:
parent
9e71a98eda
commit
dcb3d91610
120
ext-support.md
120
ext-support.md
@ -6,66 +6,66 @@
|
|||||||
> - no with issue link: not supported yet due to issue
|
> - no with issue link: not supported yet due to issue
|
||||||
> - partial with issue link: supported but not perfect due to issue
|
> - partial with issue link: supported but not perfect due to issue
|
||||||
|
|
||||||
| | Linux | macOS | Windows |
|
| | Linux | macOS | Windows |
|
||||||
|------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------|
|
|-----------------|---------------------------------------------------------------------|----------------------------------------------------------------|---------|
|
||||||
| apcu | yes, untested | yes, untested | |
|
| apcu | yes, untested | yes, untested | |
|
||||||
| bcmath | yes | yes | |
|
| bcmath | yes | yes | |
|
||||||
| bz2 | yes | yes | |
|
| bz2 | yes | yes | |
|
||||||
| calendar | yes | yes | |
|
| calendar | yes | yes | |
|
||||||
| ctype | yes | yes | |
|
| ctype | yes | yes | |
|
||||||
| curl | yes | yes | |
|
| curl | yes | yes | |
|
||||||
| dba | yes | yes | |
|
| dba | yes | yes | |
|
||||||
| dom | yes | yes | |
|
| dom | yes | yes | |
|
||||||
| enchant | | | |
|
| enchant | | | |
|
||||||
| event | yes | yes | |
|
| event | yes | yes | |
|
||||||
| exif | yes | yes | |
|
| exif | yes | yes | |
|
||||||
| ffi | | yes, [docs]() | |
|
| ffi | | yes, [docs]() | |
|
||||||
| filter | yes | yes | |
|
| filter | yes | yes | |
|
||||||
| fileinfo | yes | yes | |
|
| fileinfo | yes | yes | |
|
||||||
| ftp | yes | yes | |
|
| ftp | yes | yes | |
|
||||||
| gd | yes | yes | |
|
| gd | yes | yes | |
|
||||||
| gettext | | | |
|
| gettext | | | |
|
||||||
| gmp | yes | yes | |
|
| gmp | yes | yes | |
|
||||||
| iconv | yes | yes | |
|
| iconv | yes | yes | |
|
||||||
| imagick | yes | yes | |
|
| imagick | yes | yes | |
|
||||||
| inotify | yes | yes | |
|
| inotify | yes | yes | |
|
||||||
| intl | | | |
|
| intl | [partial](https://github.com/crazywhalecc/static-php-cli/issues/66) | yes | |
|
||||||
| mbstring | yes | yes | |
|
| mbstring | yes | yes | |
|
||||||
| mbregex | yes | yes | |
|
| mbregex | yes | yes | |
|
||||||
| mcrypt | | [no](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
| mcrypt | | [no](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
|
||||||
| mongodb | yes | yes | |
|
| mongodb | yes | yes | |
|
||||||
| mysqli | yes | yes | |
|
| mysqli | yes | yes | |
|
||||||
| mysqlnd | yes | yes | |
|
| mysqlnd | yes | yes | |
|
||||||
| openssl | yes | yes | |
|
| openssl | yes | yes | |
|
||||||
| password-argon2 | | | |
|
| password-argon2 | | | |
|
||||||
| pcntl | yes | yes | |
|
| pcntl | yes | yes | |
|
||||||
| pdo | yes | yes | |
|
| pdo | yes | yes | |
|
||||||
| pdo_mysql | yes | yes | |
|
| pdo_mysql | yes | yes | |
|
||||||
| pdo_sqlite | yes | yes | |
|
| pdo_sqlite | yes | yes | |
|
||||||
| pdo_pgsql | | | |
|
| pdo_pgsql | | | |
|
||||||
| phar | yes | yes | |
|
| phar | yes | yes | |
|
||||||
| posix | yes | yes | |
|
| posix | yes | yes | |
|
||||||
| protobuf | yes | yes | |
|
| protobuf | yes | yes | |
|
||||||
| readline | yes, untested | yes, untested | |
|
| readline | yes, untested | yes, untested | |
|
||||||
| redis | yes | yes | |
|
| redis | yes | yes | |
|
||||||
| session | yes | yes | |
|
| session | yes | yes | |
|
||||||
| shmop | yes | yes | |
|
| shmop | yes | yes | |
|
||||||
| simplexml | yes | yes | |
|
| simplexml | yes | yes | |
|
||||||
| soap | yes | yes | |
|
| soap | yes | yes | |
|
||||||
| sockets | yes | yes | |
|
| sockets | yes | yes | |
|
||||||
| sodium | yes | yes | |
|
| sodium | yes | yes | |
|
||||||
| sqlite3 | yes | yes | |
|
| sqlite3 | yes | yes | |
|
||||||
| ssh2 | yes, untested | yes, untested | |
|
| ssh2 | yes, untested | yes, untested | |
|
||||||
| swow | yes | yes | |
|
| swow | yes | yes | |
|
||||||
| swoole | [partial](https://github.com/crazywhalecc/static-php-cli/issues/51) | yes | |
|
| swoole | [partial](https://github.com/crazywhalecc/static-php-cli/issues/51) | yes | |
|
||||||
| tokenizer | yes | yes | |
|
| tokenizer | yes | yes | |
|
||||||
| xlswriter | | | |
|
| xlswriter | yes | yes | |
|
||||||
| xml | yes | yes | |
|
| xml | yes | yes | |
|
||||||
| xmlreader | yes, untested | yes, untested | |
|
| xmlreader | yes, untested | yes, untested | |
|
||||||
| xmlwriter | yes, untested | yes, untested | |
|
| xmlwriter | yes, untested | yes, untested | |
|
||||||
| zip | yes, untested | yes, untested | |
|
| zip | yes, untested | yes, untested | |
|
||||||
| zlib | yes | yes | |
|
| zlib | yes | yes | |
|
||||||
| zstd | yes | yes | |
|
| zstd | yes | yes | |
|
||||||
|
|
||||||
## Additional Requirements
|
## Additional Requirements
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user