From c95256568efb520b92fa12825edfdcd48a80746a Mon Sep 17 00:00:00 2001 From: Umed Sohibov <89674408666u@gmail.com> Date: Sun, 22 Mar 2026 17:15:20 +0300 Subject: [PATCH] Update PHP install instructions to use php8.2 packages --- _docs/developer/testing/index.md | 2 +- _docs/developer/testing/install_php.md | 2 +- _docs/sysadmin/configuration/registration_feed.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/developer/testing/index.md b/_docs/developer/testing/index.md index b0018080..6b89a138 100644 --- a/_docs/developer/testing/index.md +++ b/_docs/developer/testing/index.md @@ -66,7 +66,7 @@ pecl install xdebug For Ubuntu: ```bash -sudo apt-get install php-cli php-mbstring php-xml php-xdebug php-curl php-zip php-sqlite3 composer +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 sudo apt-get install python3 python3-pip ``` diff --git a/_docs/developer/testing/install_php.md b/_docs/developer/testing/install_php.md index c8b14038..f3571ca1 100644 --- a/_docs/developer/testing/install_php.md +++ b/_docs/developer/testing/install_php.md @@ -12,7 +12,7 @@ you will need to have PHP installed on your host machine first. ```bash sudo apt-get update -sudo apt-get install -y php php-curl php-xml php-mbstring +sudo apt-get install -y php8.2 php8.2-cli php8.2-curl php8.2-xml php8.2-mbstring ``` *You may need to install the PHP PPA for certain versions of PHP* diff --git a/_docs/sysadmin/configuration/registration_feed.md b/_docs/sysadmin/configuration/registration_feed.md index 77267e21..d5f550fa 100644 --- a/_docs/sysadmin/configuration/registration_feed.md +++ b/_docs/sysadmin/configuration/registration_feed.md @@ -100,7 +100,7 @@ However, these instructions will focus on Ubuntu server 20.04 which provides PHP 1. If they haven't already been installed, install PHP and the required extensions. ```bash -$ sudo apt-get install php php-pgsql +$ sudo apt-get install php8.2 php8.2-pgsql ``` 2. Ensure the extensions are active. ```bash