Update lamp/php.md

This commit is contained in:
Ste Vaidis 2024-11-24 21:10:44 +02:00
parent 7ea8311c95
commit 3221ddd381

View File

@ -6,7 +6,8 @@ dnf install php82
dnf install php82-php-opcache php82-php-gd php82-php-curl php82-php-mysqlnd php82-php-mbstring dnf install php82-php-opcache php82-php-gd php82-php-curl php82-php-mysqlnd php82-php-mbstring
dnf install php82-php-devel php82-php-xml php82-php-pear php82-php-fpm php82-php-mysql php82-php-pdo dnf install php82-php-devel php82-php-xml php82-php-pear php82-php-fpm php82-php-mysql php82-php-pdo
dnf install php82-php-json php82-php-zip php82-php-common php82-php-cli php82-php-xmlrpc dnf install php82-php-json php82-php-zip php82-php-common php82-php-cli php82-php-xmlrpc
dnf install php82-php-xml php82-php-tidy php82-php-soap php82-php-bcmath dnf install php82-php-xml php82-php-tidy php82-php-soap php82-php-bcmath
dns install php-pdo php-mysqlnd php82-php-intl
``` ```
```sh ```sh