From e1c92406986942c6b59ccfea63b6058700bd8d29 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 1 Aug 2025 00:51:04 +0800 Subject: [PATCH] README update --- README-zh.md | 4 ++-- README.md | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README-zh.md b/README-zh.md index 46a66932..402fd635 100755 --- a/README-zh.md +++ b/README-zh.md @@ -76,7 +76,7 @@ static-php-cli(简称 `spc`)有许多特性: 当前支持编译的 PHP 版本: -> :warning: 支持,但 static-php-cli 作者可能不再提供补丁修复 +> :warning: 部分支持,对于新的测试版和旧版本可能存在问题。 > > :heavy_check_mark: 支持 > @@ -92,7 +92,7 @@ static-php-cli(简称 `spc`)有许多特性: | 8.2 | :heavy_check_mark: | | | 8.3 | :heavy_check_mark: | | | 8.4 | :heavy_check_mark: | | -| 8.5 | :heavy_check_mark: | | +| 8.5 (alpha) | :warning: | PHP 8.5 目前处于 alpha 阶段 | > 这个表格的支持状态是 static-php-cli 对构建对应版本的支持情况,不是 PHP 官方对该版本的支持情况。 diff --git a/README.md b/README.md index 45114659..22eda03f 100755 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Here is the supported OS and arch, where :octocat: represents support for GitHub Currently supported PHP versions for compilation: -> :warning: supported but not maintained by static-php-cli authors +> :warning: Partial support, there may be issues with newer test versions or older versions. > > :heavy_check_mark: supported > @@ -95,12 +95,11 @@ Currently supported PHP versions for compilation: | 7.3 | :x: | phpmicro and some extensions not supported on 7.x | | 7.4 | :x: | phpmicro and some extensions not supported on 7.x | | 8.0 | :warning: | PHP official has stopped maintenance of 8.0, we no longer provide backport support for version 8.0 | -| 8.1 | :heavy_check_mark: | PHP official has security fixes only, we no longer provide backport support when 8.5 released | +| 8.1 | :heavy_check_mark: | PHP official has security fixes only, we no longer provide backport support when 8.5 released | | 8.2 | :heavy_check_mark: | | | 8.3 | :heavy_check_mark: | | | 8.4 | :heavy_check_mark: | | -| 8.5 (alpha) | :heavy_check_mark: | | - +| 8.5 (alpha) | :warning: | PHP 8.5 is in alpha | > This table shows the support status for static-php-cli in building the corresponding version, > not the official PHP support status for that version.