From 66942f866e6721f9dfc7eb026e3ef2ed5e576b1d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Jul 2021 12:05:09 +0000 Subject: [PATCH] update README.md --- README-en.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-en.md b/README-en.md index 5f58d4af..6c86b0af 100755 --- a/README-en.md +++ b/README-en.md @@ -3,7 +3,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. BTW, It's only for CLI mode. -[![version](https://img.shields.io/badge/version-1.3.2-green.svg)]() +[![version](https://img.shields.io/badge/version-1.3.3-green.svg)]() ## Requirements - Tested on `x86_64` and `aarch64` platform, others have not tested. diff --git a/README.md b/README.md index 2ae2ef7e..245d3595 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM 注:只能编译 CLI 模式,暂不支持 CGI 和 FPM 模式 -[![版本](https://img.shields.io/badge/script--version-1.3.2-green.svg)]() +[![版本](https://img.shields.io/badge/script--version-1.3.3-green.svg)]() ## 环境需求 - 目前在 x86_64 和 aarch64(arm64) 架构上编译成功,其他架构需自行测试 @@ -64,7 +64,7 @@ file ./php | yes | redis | * | | | yes | simplexml | * | | | yes | sockets | * | | -| yes | sqlite3 | * | not tested | +| yes | sqlite3 | * | | | yes | swoole | >=4.6.6 | 默认支持mysqlnd, sockets, openssl, redis | | yes | tokenizer | * | | | yes | xml | * | |