File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
sysadmin/installation/version_notes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ you will need to have PHP installed on your host machine first.
8
8
9
9
### Linux & WSL:
10
10
11
- * If you're distro cannot find the correct package or installs the wrong version you may have to specify php7.0 in each package name*
11
+ * If you're distro cannot find the correct package or installs the wrong version you may have to specify php8.1 in each package name*
12
12
13
13
``` bash
14
14
sudo apt-get update
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requires the following edits:
16
16
17
17
1 . Locate your ` php.ini ` file.
18
18
19
- _ It is probably something like ` /etc/php/7.2 /fpm/php.ini ` ._
19
+ _ It is probably something like ` /etc/php/8.1 /fpm/php.ini ` ._
20
20
21
21
Note: You can run this command to print your specific version of php:
22
22
@@ -32,7 +32,7 @@ requires the following edits:
32
32
3 . Restart php fpm:
33
33
34
34
```
35
- sudo systemctl restart php7.2 -fpm
35
+ sudo systemctl restart php8.1 -fpm
36
36
```
37
37
38
38
Or more generally:
You can’t perform that action at this time.
0 commit comments