From b9359759ddc4c9d2cf022a5ce256f237a9849db2 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 19 Feb 2024 12:35:23 +0800 Subject: [PATCH] update README --- README-zh.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index a4b73279..f9017749 100755 --- a/README-zh.md +++ b/README-zh.md @@ -25,6 +25,7 @@ static-php-cli(简称 `spc`)有许多特性: - :books: 自带编译依赖管理 - 📦 提供由自身编译的独立 `spc` 二进制(使用 spc 和 [box](https://github.com/box-project/box) 构建) - :fire: 支持大量 [扩展](https://static-php.dev/zh/guide/extensions.html) +- :floppy_disk: 整合 UPX 工具(减小二进制文件体积) **静态 php-cli:** diff --git a/README.md b/README.md index 15e0f556..504d900f 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ static-php-cli (you can call it `spc`) has a lot of features: - :books: Build dependency management - 📦 Provide `spc` own standalone executable (built by spc and [box](https://github.com/box-project/box)) - :fire: Support many popular [extensions](https://static-php.dev/en/guide/extensions.html) +- :floppy_disk: UPX integration (significantly reduces binary size) **Single-file standalone php-cli:**