How to downgrade from PHP 5.4 to 5.3
Posted
by
Burning the Codeigniter
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Burning the Codeigniter
Published on 2012-03-26T21:28:16Z
Indexed on
2012/03/28
5:43 UTC
Read the original article
Hit count: 363
Recently I upgraded PHP to 5.4, but it seems to be failing on me because APC isn't working with it, however this gave me no choice but to downgrade to 5.3, how can I do this?
I executed apt-get remove php5
and apt-get purge php5
then I removed the 5.4 repo from apt-get then executed apt-get install php5
, it says it was installing 5.3, and I restarted php-fastcgi
and php5-fpm
but when I run php -v
it says 5.4.
How can I downgrade from 5.4 to 5.3?
My server is running Ubuntu 11.04.
© Ask Ubuntu or respective owner