R
R
RJs452014-05-29 07:59:50
linux
RJs45, 2014-05-29 07:59:50

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

4 answer(s)
G
gillbeits, 2014-05-29
@RJs45

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

1
1001001 111, 2014-05-29
@IgorO2

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

A
Alexander, 2014-05-29
@disc

Connect this repository https://launchpad.net/~ondrej/+archive/php5-oldstable

R
Ruslan, 2015-05-23
@mitrm

On 12, I updated
https://itwonline.ru/projects/blog/kak-ustanovit-p...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question