linux - Installing php 5.2 ubuntu -


i want install php 5.2.x on server. can't find way this. removed php server. server running ubuntu.

i tried follow 1 without success. https://askubuntu.com/questions/262368/is-there-any-repository-for-installing-php-5-2-x-on-ubuntu-12-04

try this:

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

then should able install php5.2 apt-get install that's old stuff php 7 has been released !

if that's not possible add these 2 lines /etc/apt/sources.list add sudo apt-get update


Comments