I'm looking some some way to downgrade php from 5.3 version to 5.2.x on Ubuntu 9.10

link|improve this question
feedback

migrated from stackoverflow.com Feb 17 '10 at 10:46

This question came from our site for professional and enthusiast programmers.

3 Answers

Since 5.2.10 is the version that's normally installed under Karmic, so you should just have to remove your version of 5.3 and possibly undo any changes to /etc/apt/sources.list that you made in order to get it installed.

link|improve this answer
feedback

Remove the php-installation, e.g. with aptitude.

Get the sources of the required php version, compile and install it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown