update to 1.3.2 version (support sqlite3)

This commit is contained in:
root
2021-07-22 05:24:14 +00:00
parent 36f4833b71
commit 35395538b4
11 changed files with 175 additions and 102 deletions

3
README.md Normal file → Executable file
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.0-green.svg)]()
[![版本](https://img.shields.io/badge/script--version-1.3.2-green.svg)]()
## 环境需求
- 目前在 x86_64 和 aarch64(arm64) 架构上编译成功,其他架构需自行测试
@@ -64,6 +64,7 @@ file ./php
| yes | redis | * | |
| yes | simplexml | * | |
| yes | sockets | * | |
| yes | sqlite3 | * | not tested |
| yes | swoole | >=4.6.6 | 默认支持mysqlnd, sockets, openssl, redis |
| yes | tokenizer | * | |
| yes | xml | * | |