How to downgrade from PHP 5.4 to 5.3
- by Burning the Codeigniter
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.