Skip to content

Commit f914a82

Browse files
committed
Add PHP version, remove duplicate desc
1 parent 18979d8 commit f914a82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
## 特性
1212

13+
- :elephant: **支持多 PHP 版本** - 支持 PHP 8.1, 8.2, 8.3, 8.4, 8.5
1314
- :handbag: **单文件 PHP 可执行文件** - 构建零依赖的独立 PHP
1415
- :hamburger: **phpmicro 集成** - 构建 **[phpmicro](https://github.com/dixyes/phpmicro)** 自解压可执行文件(将 PHP 二进制文件和源代码合并为一个文件)
1516
- :pill: **智能环境检查器** - 自动构建环境检查器,具备自动修复功能
@@ -82,7 +83,6 @@ download-options:
8283
现在您可以将 static-php-cli 构建的二进制文件复制到另一台机器上,无需依赖即可运行:
8384

8485
```
85-
# 所有可执行文件都位于 buildroot/bin/ 目录中
8686
# php-cli
8787
buildroot/bin/php -v
8888
@@ -168,4 +168,4 @@ lwmbs 基于 [Mulan PSL 2](http://license.coscl.org.cn/MulanPSL2) 许可证。
168168
它们都有自己的开源许可证。
169169

170170
请在编译后使用 `bin/spc dump-license` 命令导出项目中使用的开源许可证,
171-
并遵守相应项目的 LICENSE。
171+
并遵守相应项目的 LICENSE。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ with popular extensions.
1111

1212
## Features
1313

14+
- :elephant: Support multiple PHP versions - PHP 8.1, 8.2, 8.3, 8.4, 8.5
1415
- :handbag: Build single-file PHP executable with zero dependencies
1516
- :hamburger:Build **[phpmicro](https://github.com/dixyes/phpmicro)** self-extracting executables (combines PHP binary and source code into one file)
1617
- :pill: Automatic build environment checker with auto-fix capabilities
@@ -83,7 +84,6 @@ Run command:
8384
Now you can copy binaries built by static-php-cli to another machine and run with no dependencies:
8485

8586
```
86-
# All executables are located in buildroot/bin/ directory
8787
# php-cli
8888
buildroot/bin/php -v
8989

0 commit comments

Comments
 (0)