update README.md

This commit is contained in:
root 2021-07-22 12:05:09 +00:00
parent 7440fe3936
commit 66942f866e
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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 | * | |