From f131e33597acd790550dd5ec5f2dfe5fcc79f8d4 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 10 Dec 2024 10:40:15 +0200 Subject: [PATCH] Update lamp/php.md --- lamp/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp/php.md b/lamp/php.md index b9bb55c..601270c 100644 --- a/lamp/php.md +++ b/lamp/php.md @@ -7,7 +7,7 @@ dnf install php82-php-opcache php82-php-gd php82-php-curl php82-php-mysqlnd php8 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-xml php82-php-tidy php82-php-soap php82-php-bcmath -dns install php-pdo php-mysqlnd php82-php-intl +dns install php82-php-gd php-pdo php-mysqlnd php82-php-intl ``` ```sh