You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The various versions of Dockerfile have been prepared for you in the [hyperf/hyp
10
10
11
11
When you don't want to use Docker as the basis for your running environment, you need to make sure that your operating environment meets the following requirements:
12
12
13
-
- PHP >= 8.0
13
+
- PHP >= 8.1
14
14
- Any of the following network engines
15
-
- Swoole PHP extension >= 4.5,with `swoole.use_shortname` set to `Off` in your `php.ini`
16
-
- Swow PHP extension (Beta)
15
+
- Swoole PHP extension >= 5.0,with `swoole.use_shortname` set to `Off` in your `php.ini`
16
+
- Swow PHP extension >= 1.3
17
17
- JSON PHP extension
18
18
- Pcntl PHP extension
19
19
- OpenSSL PHP extension (If you need to use the HTTPS)
0 commit comments