I'm looking some some way to downgrade php from 5.3 version to 5.2.x on Ubuntu 9.10
|
feedback
|
migrated from stackoverflow.com Feb 17 '10 at 10:46
This question came from our site for professional and enthusiast programmers.
|
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 | |||
|
feedback
|
|
Remove the php-installation, e.g. with aptitude. Get the sources of the required php version, compile and install it. | |||
|
feedback
|
|
| |||
|
feedback
|