Helo list About a month ago I was wandering how to upgrade php 51 to 53. Finally, I follow those instructions: http://drup.org/upgrading-centos-5-php-5.3
I share my experience with you. Everything qoes fine and know 5.3.3 php ver run on my centos 5-10.el5.
Thank you all for your help. Nikos
On 4/10/2013 3:02 μμ, Reindl Harald wrote:
Am 04.10.2013 13:51, schrieb Nikos Gatsis - Qbit:
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!
error_reporting = E_ALL | E_STRICT
display_errors = 0
watch your logs for deprecated warnings, cleanup the stuff
make sure your software works with 5.3 before you start
rpm -qa | grep php -> notice what is installed
remove the php-packages with "rpm -e --nodeps"
"yum install" the same packages with php53-subpackage
watch your errorlogs
2013/11/18 Nikos Gatsis - Qbit ngatsis@qbit.gr
Helo list About a month ago I was wandering how to upgrade php 51 to 53. Finally, I follow those instructions: http://drup.org/upgrading-centos-5-php-5.3
Err. Do not compile packages by hand. IUS repository provides packages for php53.
-- Eero
On Mon, Nov 18, 2013 at 3:03 AM, Eero Volotinen eero.volotinen@iki.fiwrote:
2013/11/18 Nikos Gatsis - Qbit ngatsis@qbit.gr
Helo list About a month ago I was wandering how to upgrade php 51 to 53. Finally, I follow those instructions: http://drup.org/upgrading-centos-5-php-5.3
Err. Do not compile packages by hand. IUS repository provides packages for php53.
No need for IUS for php53. A php53 package is available in the base repo.
~]$ yum info php53 Loaded plugins: fastestmirror Available Packages Name : php53 Arch : i386 Version : 5.3.3 Release : 21.el5 Size : 1.3 M Repo : base Summary : PHP scripting language for creating dynamic web sites URL : http://www.php.net/ License : PHP and LGPLv2 and LGPLv2+ Description: PHP is an HTML-embedded scripting language. PHP attempts to make it : easy for developers to write dynamically generated webpages. PHP also : offers built-in database integration for several commercial and : non-commercial database management systems, so writing a : database-enabled webpage with PHP is fairly simple. The most common : use of PHP coding is probably as a replacement for CGI scripts. : : The php package contains the module which adds support for the PHP : language to Apache HTTP Server.
-- Eero _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos