Best Practice for upgrading PHP On Production Systems
Posted
by
Demic
on Server Fault
See other posts from Server Fault
or by Demic
Published on 2012-10-10T19:15:53Z
Indexed on
2012/10/10
21:41 UTC
Read the original article
Hit count: 257
php
We Have two load balanced web servers running php 5.3. I've been asked by our dev team to upgrade php to 5.4 because they need certain functionality it will bring. The main issue is that 5.3 is the latest thats been built into the distros repository, so to upgrade using the package manager, Ill need to add another 3rd party repo. I dont have a problem with this per se, but Im concerned about using a package from a "non official" source.
The other option is to compile php from source, but I guess this will prevent me from using the package manager to upgrade at any stage in the future?
So I guess Im just looking for some guidance on which way to go. Compile from source or install from any old repo that purports to supply php 5.4? Or perhaps theres a third option I havent considered?
Thanks in advance
Demic
© Server Fault or respective owner