Hi all. I've just swapped my university's department server to new hardware going from SuSE 9.x to 10.3 in the process. I'm [taking the easy way out] using Xampp. Unfortunately some of the php scripts don't work with php 5, so I need to roll back to php 4 as the page needs to be up more than it needs to be updated to work with php5(I don't know enough about php to know what the problems are).

I'm thinking if I do:
Code:
yast2 remove php php-common
It'll get rid of the current php, but then how do I specify to get php 4 only after that?

Thanks.