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: docs/1.x/installation.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Before installing Relay, make sure the system meets the requirements:
12
12
13
13
- PHP 7.4+
14
14
- Redis Server 6.2.7+
15
-
- The `json`, `session`, `igbinary`and `msgpack` PHP extensions
15
+
- The `json`and `session` PHP extensions
16
16
17
17
## macOS
18
18
@@ -235,7 +235,7 @@ which php
235
235
236
236
### 3. PHP extensions
237
237
238
-
Next, make sure the PHP installation you picked in step 2 has the `json`, `igbinary` and `msgpack` extensions installed.
238
+
Next, make sure the PHP installation you picked in step 2 has the `json` and `session` extensions installed. The `igbinary` and `msgpack` extensions are optional, however the `igbinary` serializer is recommended.
@@ -244,7 +244,7 @@ Next, make sure the PHP installation you picked in step 2 has the `json`, `igbin
244
244
# msgpack
245
245
```
246
246
247
-
If any of the extensions are missing, be sure to install them via `pecl` or the system's PHP package manager before continuing. _Do this for all PHP installations of step 2._
247
+
If any of the required extensions are missing, be sure to install them via `pecl` or the system's PHP package manager before continuing. _Do this for all PHP installations of step 2._
248
248
249
249
### 4. Relay artifact
250
250
@@ -372,8 +372,7 @@ That's it, enjoy!
372
372
373
373
### TLDR
374
374
375
-
First, ensure that the `json`, `igbinary` and `msgpack` PHP extensions are installed for all PHP installations (CLI, FPM, etc).
376
-
Then make sure `zstd` and `lz4` are installed, as well as other required system libraries.
375
+
First, ensure that the `json` and `session` PHP extensions are installed for all PHP installations (CLI, FPM, etc); the `igbinary` and `msgpack` extensions are optional. Then make sure `zstd` and `lz4` are installed, as well as other required system libraries.
0 commit comments