From 1c8e6527970d38222b49acb5c899b317a630a6f8 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Fri, 23 Jul 2021 14:31:51 +0800 Subject: [PATCH] Fix Issue #2 https://github.com/crazywhalecc/static-php-cli/issues/2#issuecomment-885332238 --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 6c86b0af..9d5f859a 100755 --- a/README-en.md +++ b/README-en.md @@ -62,7 +62,7 @@ To customize PHP extensions, edit `docker/extensions.txt` file, and rules below: | yes | redis | * | | | yes | simplexml | * | | | yes | sockets | * | | -| yes | sqlite3 | * | not tested | +| yes | sqlite3 | * | | | yes | swoole | >=4.6.6 | support mysqlnd, sockets, openssl, redis | | yes | tokenizer | * | | | yes | xml | * | |