Install PHP

Now we've got Apache sorted, we can install PHP, we recommend the Remi Repo for this, however you can use any repository you prefer:

dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm -y
dnf module switch-to php:remi-8.4/common -y

Finally to finish PHP off we need to install the PHP modules required for Ticaga:

sudo dnf install php php-cli php-fpm php-curl php-mysqlnd php-gd php-opcache php-zip php-intl php-common php-bcmath php-json php-readline php-mbstring php-apcu php-xml php-dom php-mcrypt php-mailparse -y

Revision #5
Created 4 September 2024 20:08:59 by Michael Dance
Updated 16 June 2025 08:25:31 by Michael Dance