Some months ago I updated PHP on all my servers to v 5.5.8 with the Remi repository. Now I see that PHP have released v 5.5.12, and my question is: Do you recommend that I keep updating my PHP to the newest version all the time, or is 5.5.8 as good as any other version (newer).
Have no issues at all on my servers with my current version.
Since I have used the Remi repository, PHP is not updated with yum update
, so I need to run yum –enablerepo=remi,remi-php55 update -y
if I want to update.
What do you think, just keep 5.5.8 or always have the newest version?
PS! I'm using CentOS 6.5 on all my servers