From e3bc589d4bf56ff2aaa2ed83f3545a9ae700b427 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sat, 2 Apr 2022 16:50:43 +0800 Subject: [PATCH] Update README-en.md [skip ci] --- README-en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README-en.md b/README-en.md index 5e95be45..c558e16a 100755 --- a/README-en.md +++ b/README-en.md @@ -3,12 +3,12 @@ Compile A Statically Linked PHP With Swoole and other Extensions. BTW, It's only for CLI mode. -[![version](https://img.shields.io/badge/version-1.3.3-green.svg)]() +[![version](https://img.shields.io/badge/version-1.4.0-green.svg)]() ![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-php.yml/badge.svg) ## Compilation Requirements -- Tested on `x86_64` and `aarch64` platform, others have not tested. -- Docker required (or alpine linux 3.12+) +- Supporting architecture: `x86_64`, `arm64(aarch64)`, `armv7(armv7l)` +- Docker required (or alpine linux 3.13+) - Supporting PHP version from 7.2 to 8.1 ## Running Requirements @@ -17,13 +17,13 @@ Linux ## Start You can directly download static binary from this link. - + Here's help command to compile it yourself: ```bash git clone https://github.com/crazywhalecc/static-php-cli.git cd static-php-cli/docker -docker build -t static-php . --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=7.4.23 +docker build -t static-php . --build-arg USE_BACKUP_ADDRESS=yes --build-arg COMPILE_PHP_VERSION=7.4.28 ``` After compilation you can use command to get static php binary file: