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.
88
99### Linux & WSL:
1010
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*
1212
1313``` bash
1414sudo apt-get update
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ requires the following edits:
1616
17171 . Locate your ` php.ini ` file.
1818
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 ` ._
2020
2121 Note: You can run this command to print your specific version of php:
2222
@@ -32,7 +32,7 @@ requires the following edits:
32323 . Restart php fpm:
3333
3434 ```
35- sudo systemctl restart php7.2 -fpm
35+ sudo systemctl restart php8.1 -fpm
3636 ```
3737
3838 Or more generally:
You can’t perform that action at this time.
0 commit comments