Skip to content

Commit c707e2a

Browse files
committed
Update references to php7 to php 8.1
1 parent 5d2603e commit c707e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_docs/developer/testing/install_php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
sudo apt-get update

_docs/sysadmin/installation/version_notes/v20.08.00.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires the following edits:
1616

1717
1. 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:
3232
3. 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:

0 commit comments

Comments
 (0)