From a0d817803e1f055931e3fab2008f56a94af0784b Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Tue, 2 May 2023 15:54:15 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index e8815e71..d340a018 100755 --- a/README-en.md +++ b/README-en.md @@ -2,10 +2,14 @@ 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! +Compile a purely static PHP binary file with various extensions to make PHP-cli 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! -This function is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro). +This feature is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicro). (micro SAPI) + +截屏2023-05-02 15 52 33 > This branch is new version, if you are looking for old bash version of static-php-cli, see [bash-version](https://github.com/crazywhalecc/static-php-cli/tree/bash-version).