Hi everyone,
For compatibility reasons, I need to run a site using PHP 7.3 FPM on a new AlmaLinux 9 server. However, I’ve noticed that while PHP 7.0 and 7.4 are available for installation, PHP 7.3 is not.
Is there any “clean” way to install PHP 7.3 FPM on AlmaLinux 9? Preferably, I’d like to avoid messy workarounds or unsupported builds.
I tried running the following command, but it didn’t work:
Any help or guidance would be greatly...
Read more
For compatibility reasons, I need to run a site using PHP 7.3 FPM on a new AlmaLinux 9 server. However, I’ve noticed that while PHP 7.0 and 7.4 are available for installation, PHP 7.3 is not.
Is there any “clean” way to install PHP 7.3 FPM on AlmaLinux 9? Preferably, I’d like to avoid messy workarounds or unsupported builds.
I tried running the following command, but it didn’t work:
Code:
plesk installer add --components php7.3
Any help or guidance would be greatly...
Read more