From 4b653bc2939b6461642fccd63c1c7b9327598bef Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Thu, 11 Jan 2024 10:08:32 +0800 Subject: [PATCH] Update README-zh.md --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 68c5e82c..ace31198 100755 --- a/README-zh.md +++ b/README-zh.md @@ -52,7 +52,7 @@ static-php-cli(简称 `spc`)有许多特性: ### 编译环境需求 -- PHP >= 8.1(spc 自身是用 PHP 写的) +- PHP >= 8.1(这是 spc 自身需要的版本,不是支持的构建版本) - 扩展:`mbstring,pcntl,posix,tokenizer,phar` - 系统安装了 `curl` 和 `git`