From b2a4fb115ce427821010939dba7cc577caf16306 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 27 Jun 2022 11:13:56 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index b78c6fe2..eaa5f6a7 100755 --- a/README-en.md +++ b/README-en.md @@ -1,5 +1,6 @@ # static-php-cli -Compile A Statically Linked PHP With Swoole and other Extensions. + +Compile A Statically Linked PHP With Swoole and other Popular Extensions. Compile A Single Binary With PHP Code. @@ -10,7 +11,8 @@ Compile A Single Binary With PHP Code. - Supporting architecture: `x86_64`, `arm64(aarch64)`, `armv7(armv7l)` - Docker required (or alpine linux 3.13+) -- Supporting PHP version from 7.2 to 8.1 +- PHP version from 7.2 to 8.1 +- Micro Package requires PHP >= 8.0 ## Running Requirements