Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad!
Thank you in advance. Nikos
Nikos Gatsis - Qbit wrote:
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad!
Hi Nikos,
There is a very nice set of instructions available here. http://www.rackspace.com/knowledge_center/article/how-to-installupgrade-php-53-for-centos-5x
c
On 10/4/2013 5:09 AM, Carl T. Miller wrote:
There is a very nice set of instructions available here. http://www.rackspace.com/knowledge_center/article/how-to-installupgrade-php-53-for-centos-5x
those must be old. php53 is in the 5.9 base repository, no epel or webstatic(?) required
On 10/4/2013 4:51 AM, Nikos Gatsis - Qbit wrote:
I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad!
installing php53 is as simple as `yum install php53`, and tweaking a few things.
note that php53 will break a LOT of older php code which worked fine in php 5.1
Am 04.10.2013 um 13:51 schrieb Nikos Gatsis - Qbit ngatsis@qbit.gr:
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad!
more important - check your php application!
http://www.php.net/manual/en/migration53.php
http://www.php.net/manual/en/migration52.php
-- LF
On 4/10/2013 5:36 μμ, Leon Fauster wrote:
Am 04.10.2013 um 13:51 schrieb Nikos Gatsis - Qbit ngatsis@qbit.gr:
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad!
I am using http://rpms.famillecollet.com/ and http://www.webtatic.com/projects/yum-repository/ for a long time without issues.
Nick