1

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

3 Answers3

1

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.

intuited
  • 415
  • 1
  • 5
  • 12
0

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

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