From 3c438914c28455c21f32e0facd91ed3b99428151 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 19 Mar 2023 01:20:16 +0800 Subject: [PATCH] update ext-support.md doc --- ext-support.md | 108 ++++++++++++++++++++++++------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/ext-support.md b/ext-support.md index ecf1720f..6bcfd343 100644 --- a/ext-support.md +++ b/ext-support.md @@ -3,61 +3,61 @@ > - yes: supported and tested > - untested: supported but not tested > - empty: not supported yet -> - issue link: not supported yet due to issue +> - faulty with issue link: not supported yet due to issue -| | Linux | macOS | Windows | -|------------|-------|----------|---------| -| bcmath | | yes | | -| bz2 | | untested | | -| calendar | | yes | | -| ctype | | yes | | -| curl | | yes | | -| date | | yes | | -| dom | | untested | | -| event | | | | -| exif | | yes | | -| filter | | yes | | -| fileinfo | | | | -| ftp | | yes | | -| gd | | untested | | -| gmp | | untested | | -| hash | | yes | | -| iconv | | | | -| inotify | | | | -| json | | yes | | -| libxml | | yes | | -| mbstring | | yes | | -| mcrypt | | | | -| mongodb | | | | -| mysqli | | | | -| mysqlnd | | yes | | -| openssl | | yes | | -| pcntl | | untested | | -| pcre | | yes | | -| pdo | | yes | | -| pdo_mysql | | yes | | -| pdo_sqlite | | yes | | -| pdo_pgsql | | | | -| phar | | yes | | -| posix | | yes | | -| protobuf | | | | -| readline | | | | -| redis | | yes | | -| Reflection | | yes | | -| session | | yes | | -| shmop | | | | -| simplexml | | untested | | -| soap | | | | -| sockets | | | | -| sqlite3 | | untested | | -| swow | | | | -| swoole | | yes | | -| tokenizer | | yes | | -| xml | | yes | | -| xmlreader | | untested | | -| xmlwriter | | untested | | -| zip | | yes | | -| zlib | | yes | | +| | Linux | macOS | Windows | +|------------|-------|--------------------------------------------------------------------|---------| +| bcmath | | yes | | +| bz2 | | untested | | +| calendar | | yes | | +| ctype | | yes | | +| curl | | yes | | +| date | | yes | | +| dom | | untested | | +| event | | | | +| exif | | yes | | +| filter | | yes | | +| fileinfo | | | | +| ftp | | yes | | +| gd | | untested | | +| gmp | | untested | | +| hash | | yes | | +| iconv | | | | +| inotify | | | | +| json | | yes | | +| libxml | | yes | | +| mbstring | | yes | | +| mcrypt | | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | | +| mongodb | | | | +| mysqli | | | | +| mysqlnd | | yes | | +| openssl | | yes | | +| pcntl | | untested | | +| pcre | | yes | | +| pdo | | yes | | +| pdo_mysql | | yes | | +| pdo_sqlite | | yes | | +| pdo_pgsql | | | | +| phar | | yes | | +| posix | | yes | | +| protobuf | | | | +| readline | | | | +| redis | | yes | | +| Reflection | | yes | | +| session | | yes | | +| shmop | | | | +| simplexml | | untested | | +| soap | | | | +| sockets | | | | +| sqlite3 | | untested | | +| swow | | | | +| swoole | | [faulty](https://github.com/crazywhalecc/static-php-cli/issues/32) | | +| tokenizer | | yes | | +| xml | | yes | | +| xmlreader | | untested | | +| xmlwriter | | untested | | +| zip | | yes | | +| zlib | | yes | | ## Additional Requirements