Answer the question
In order to leave comments, you need to log in
How to downgrade PHP 5.5 > 5.4 ?
Installed Ubuntu 14.04, then from the php repos, which turned out to be 5.5.9.
There is a lot of information on Google about how to downgrade other versions, but I did not find anything about 5.5.
Can you please tell me how to downgrade PHP version to 5.4.x?
Answer the question
In order to leave comments, you need to log in
echo "deb http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu trusty main\ndeb-src http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu trusty main\n" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install php5
Download another version of php, extract and run php 5.4
www.php.net/downloads.php - sources
wiki.helioviewer.org/wiki/Compiling_PHP_from_sourc... - instruction
Connect this repository https://launchpad.net/~ondrej/+archive/php5-oldstable
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question