Skip to content

Commit b7a936f

Browse files
authored
Merge pull request #129 from quicoto/php-version
Updates minimum PHP version to 8.2
2 parents 5f275a2 + 8d86d96 commit b7a936f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

running-pixelfed/prerequisites.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This doesn't necessarily mean you need a VPS. Some shared hosts give you SSH acc
3434

3535
## PHP-FPM
3636

37-
You can check your currently installed version of PHP-FPM by running `php-fpm -v`. Make sure you are running **PHP >= 8.1**.
37+
You can check your currently installed version of PHP-FPM by running `php-fpm -v`. Make sure you are running **PHP >= 8.2**.
3838

3939
You can check your currently loaded extensions by running `php-fpm -m`. Modules are usually enabled by editing your PHP configuration file and uncommenting the appropriate lines under the "Dynamic extensions" section. Make sure the following extensions are installed and loaded:
4040

@@ -171,7 +171,7 @@ Edit `redis.conf` and edit the following lines:
171171

172172
```
173173
port 6379 # change this to "port 0" to disable network packets
174-
unixsocket /run/redis/redis.sock #
174+
unixsocket /run/redis/redis.sock #
175175
unixsocketperm 770 # give permission to "redis" user and group
176176
```
177177

0 commit comments

Comments
 (0)