Update README-en.md

This commit is contained in:
Jerry Ma 2022-06-27 11:13:56 +08:00 committed by GitHub
parent ace647d6c4
commit b2a4fb115c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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