From 4ec9f9b6cdf242d91fae6dbc7c1852fd17625808 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 2 May 2023 16:08:53 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 33b18fb4..253b7480 100755 --- a/README-en.md +++ b/README-en.md @@ -2,11 +2,11 @@ Compile A Statically Linked PHP With Swoole and other Extensions. -Compile a purely static PHP binary file with various extensions to make PHP-cli applications more portable! (cli SAPI) +Compile a purely static php-cli binary file with various extensions to make PHP applications more portable! (cli SAPI) 截屏2023-05-02 15 53 13 -You can also use the micro binary file to package PHP source code and binary files into one for distribution! +You can also use the micro binary file to combine php binary and php source code into one for distribution! This feature is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro). (micro SAPI) 截屏2023-05-02 15 52 33