From a6f07051c307c7216e34e8ca19f88d9aa24b0fab Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 8 Aug 2023 20:35:25 +0800 Subject: [PATCH] update readme about version and dependencies --- README-en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 62763100..6da42a4f 100755 --- a/README-en.md +++ b/README-en.md @@ -24,7 +24,7 @@ This feature is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro ## Compilation Requirements Yes, this project is written in PHP, pretty funny. -But static-php-cli runtime only requires an environment above PHP 8.0 and `tokenizer`, `iconv` extension. +But static-php-cli runtime only requires an environment above PHP 8.1 and `mbstring`, `pcntl` extension. Here is the architecture support status, where `CI` represents support for GitHub Action builds, `Local` represents support for local builds, and blank represents not currently supported. diff --git a/README.md b/README.md index d93e1065..638db39a 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. ## 编译环境需求 是的,本项目采用 PHP 编写,编译前需要一个 PHP 环境,比较滑稽。 -但本项目默认可通过自身构建的 micro 和 static-php 二进制运行,其他只需要包含 tokenizer 扩展和 PHP 版本大于等于 8.0 即可。 +但本项目默认可通过自身构建的 micro 和 static-php 二进制运行,其他只需要包含 mbstring、pcntl 扩展和 PHP 版本大于等于 8.1 即可。 下面是架构支持情况,`CI` 代表支持 GitHub Action 构建,`Local` 代表支持本地构建,空 代表暂不支持。