phpubuntuinstallationphp-5.2

Install PHP5.2 on Ubuntu 18.04.1 LTS


For some obscure reason, I have to install php5.2 on my VM (Ubuntu 18.04.1 LTS) , I'm looking for a PPA, or a way to do it.

How do I Install PHP5.2 on Ubuntu 18.04.1 LTS?


Solution

  • Try this:

    sudo add-apt-repository ppa:txwikinger/php5.2
    sudo apt-get update