update ext-support.md

This commit is contained in:
crazywhalecc
2023-04-15 18:56:05 +08:00
parent 960addc8f2
commit 03b987c78e

View File

@@ -3,10 +3,11 @@
> - yes: supported and tested > - yes: supported and tested
> - untested: supported, but not tested > - untested: supported, but not tested
> - empty: not supported yet > - empty: not supported yet
> - faulty 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
| | Linux | macOS | Windows | | | Linux | macOS | Windows |
|------------|--------------------------------------------------------------------|--------------------------------------------------------------------|---------| |------------|--------------------------------------------------------------------|---------------------------------------------------------------------|---------|
| bcmath | yes | yes | | | bcmath | yes | yes | |
| bz2 | yes | yes | | | bz2 | yes | yes | |
| calendar | yes | yes | | | calendar | yes | yes | |
@@ -49,7 +50,7 @@
| sockets | yes | yes | | | sockets | yes | yes | |
| sqlite3 | yes, untested | yes, untested | | | sqlite3 | yes, untested | yes, untested | |
| swow | yes | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | | | 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) | | | swoole | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | [partial](https://github.com/crazywhalecc/static-php-cli/issues/32) | |
| tokenizer | yes | yes | | | tokenizer | yes | yes | |
| xml | yes | yes | | | xml | yes | yes | |
| xmlreader | yes, untested | yes, untested | | | xmlreader | yes, untested | yes, untested | |
@@ -63,6 +64,11 @@
- swoole >= 5.0 requires PHP >= 8.0 - swoole >= 5.0 requires PHP >= 8.0
- swow requires PHP >= 8.0 - swow requires PHP >= 8.0
## Limitations
- swow and swoole cannot be compiled at the same time.
- openssl needs manual configuration for ssl certificate. (TODO: I will write a wiki about it)
## Bugs ## Bugs
See [#32](https://github.com/crazywhalecc/static-php-cli/issues/32). See [#32](https://github.com/crazywhalecc/static-php-cli/issues/32).