From b2ad6a43087d36a6726cb52953d9ff2ae3fa34d9 Mon Sep 17 00:00:00 2001 From: Bruce Dou Date: Wed, 8 Nov 2023 11:00:10 +0000 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28220885d..e6eeffd73 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please check [Open Swoole Installation Guide](https://openswoole.com/docs/get-st #### Compiling requirements + Linux, OS X or Cygwin, WSL -+ PHP 7.4.0 or later (The higher the version, the better the performance.) ++ PHP 8.1.0 or later (The higher the version, the better the performance.) + GCC 4.8 or later Download the source packages from [Releases](https://github.com/openswoole/ext-openswoole/releases) or: @@ -39,7 +39,7 @@ Download the source packages from [Releases](https://github.com/openswoole/ext-o ```shell git clone https://github.com/openswoole/ext-openswoole.git && \ cd ext-openswoole -git checkout v22.0.0 +git checkout v22.1.0 phpize && \ ./configure && \ make && make install