Downgrade PHP5.5.1 to 5.4.*

2.3k Views Asked by At

I've got a Centos 6 server (x64) with PHP 5.5.1 running on it. But I would like to downgrade to 5.4.*.

I already tried this command

yum downgrade php php-common php-cli

But I'm receiving this error: http://pastie.org/8325539

Thanks in advance

** SOLUTION **

yum erase php php-pear php-mysql php-cli php-common
1

There are 1 best solutions below

0
On

Perhaps you should completely remove 5.5.x and then install 5.4.x

About the error, those are due to the dependencies which may be affected by the downgrade; like gd and mbcrypt.