I need to install a plugin on my website which requires PHP >= 5.5. Right now i'm running PHP 5.3.3 on CentOS 6.6.
- Is it safe tou upgrade PHP or there is a a tangible risk that some applications won't work after upgrade?
- Is there a way to "rollback" the upgrade? So that i upgrade, i check that everything works and, if not, i downgrade.
Thanks!