I previously setup my server by downloading php from php.net, and using the configure, make make install to get it onto my apache centos server.
Now I want to upgrade and I'm not sure how to do it.
If I do what is said here: http://www.webtatic.com/packages/php53/ It will attempt to upgrade php to 5.3.8. that's not an issue for me, but my concern is that it won't work because I have php 5.2.14 installed through the compile, rather than through YUM
What should I do - is there a way to save the current state of the server in order to reverse changes if it breaks?
Does anyone have any experience with this?
thanks
Jason