We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df306e commit b2ad6a4Copy full SHA for b2ad6a4
1 file changed
README.md
@@ -31,15 +31,15 @@ Please check [Open Swoole Installation Guide](https://openswoole.com/docs/get-st
31
#### Compiling requirements
32
33
+ Linux, OS X or Cygwin, WSL
34
-+ 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.)
35
+ GCC 4.8 or later
36
37
Download the source packages from [Releases](https://github.com/openswoole/ext-openswoole/releases) or:
38
39
```shell
40
git clone https://github.com/openswoole/ext-openswoole.git && \
41
cd ext-openswoole
42
-git checkout v22.0.0
+git checkout v22.1.0
43
phpize && \
44
./configure && \
45
make && make install
0 commit comments