From 9fa229fa361858d18a23db0341979faa59c9023a Mon Sep 17 00:00:00 2001 From: Whale Date: Sun, 6 Jun 2021 11:53:16 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-en.md b/README-en.md index 8c0c5b68..d7e69434 100644 --- a/README-en.md +++ b/README-en.md @@ -70,6 +70,14 @@ To customize PHP extensions, edit `docker/extensions.txt` file, and rules below: | | zip | | | | yes | zlib | * | | +## Customization +- `docker/Dockerfile` edit `VER_PHP=x.x.x` to switch PHP version. +- `docker/Dockerfile` edit `USE_BACKUP=yes` to use backup download address (download faster if you are not in mainland China). +- `docker/extensions.txt` edit extensions. +- `docker/compile-php.sh` file `php_compile_args` function to adjust PHP configure arguments. +- `docker/check-extensions.sh` file `check_in_configure` function to adjust extensions' configure arguments. +- `docker/config.json` edit extensions and dependencies version and download links. + ## Current Issue - [ ] Not support event(libevent), because of its `config.m4` and code. - [ ] Swoole not support `--enable-swoole-curl`.