Hi, I want to upgrade my PHP from 5.2.6 to 5.3.2.
I currently have PHP 5.2.6-3ubuntu4.5 with Suhosin-Patch 0.9.6.2.
Now, If I upgrade to 5.3.2, will I have to reconfigure PHP in files such as php.ini
I am quite new to this and I am unsure, is it worth upgrading? Will it break my website?
My servers OS is Ubuntu 9.04 and Apache/2.2.11
Also, would this command work If I did want to upgrade? (If not how would I upgrade)
Thanks
I currently have PHP 5.2.6-3ubuntu4.5 with Suhosin-Patch 0.9.6.2.
Now, If I upgrade to 5.3.2, will I have to reconfigure PHP in files such as php.ini
I am quite new to this and I am unsure, is it worth upgrading? Will it break my website?
My servers OS is Ubuntu 9.04 and Apache/2.2.11
Also, would this command work If I did want to upgrade? (If not how would I upgrade)
Code:
sudo apt-get upgrade php php-* mysql-*
Thanks