Install php5.4 on Ubuntu 19.04
Andrew Mclaughlin
I'm trying to install php5.4 on Ubuntu 19.04, I tried with ondrej's PPA but it no longer has php5.4, only up to php5.6.
1 Answer
PHP 5.4 is not supported anymore
You can install PHP from source but isn't recommended either, if you really need to use this specific PHP version the easiest way is to install Ubuntu 13.10 or lower
3