Skip to content

Commit c952565

Browse files
committed
Update PHP install instructions to use php8.2 packages
1 parent a70fdb3 commit c952565

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

_docs/developer/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pecl install xdebug
6666
For Ubuntu:
6767

6868
```bash
69-
sudo apt-get install php-cli php-mbstring php-xml php-xdebug php-curl php-zip php-sqlite3 composer
69+
sudo apt-get install php8.2-cli php8.2-mbstring php8.2-xml php8.2-xdebug php8.2-curl php8.2-zip php8.2-sqlite3 composer
7070
sudo apt-get install python3 python3-pip
7171
```
7272

_docs/developer/testing/install_php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ you will need to have PHP installed on your host machine first.
1212

1313
```bash
1414
sudo apt-get update
15-
sudo apt-get install -y php php-curl php-xml php-mbstring
15+
sudo apt-get install -y php8.2 php8.2-cli php8.2-curl php8.2-xml php8.2-mbstring
1616
```
1717

1818
*You may need to install the PHP PPA for certain versions of PHP*

_docs/sysadmin/configuration/registration_feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ However, these instructions will focus on Ubuntu server 20.04 which provides PHP
100100

101101
1. If they haven't already been installed, install PHP and the required extensions.
102102
```bash
103-
$ sudo apt-get install php php-pgsql
103+
$ sudo apt-get install php8.2 php8.2-pgsql
104104
```
105105
2. Ensure the extensions are active.
106106
```bash

0 commit comments

Comments
 (0)