<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Install PHP 5.3 on CentOS 5.1 or RHEL 5.1</title>
	<atom:link href="http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-php-on-centos-red-hat-rhel</link>
	<description>How Tos, Tutorials, Tips and Tricks</description>
	<lastBuildDate>Tue, 22 May 2012 15:51:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: install php 5.2.X on fedora 13 - Admins Goodies</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-61164</link>
		<dc:creator>install php 5.2.X on fedora 13 - Admins Goodies</dc:creator>
		<pubDate>Wed, 17 Aug 2011 09:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-61164</guid>
		<description>[...] http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/ try above link [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/">http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/</a> try above link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giovanni Arteaga</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-48642</link>
		<dc:creator>Giovanni Arteaga</dc:creator>
		<pubDate>Sat, 12 Mar 2011 16:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-48642</guid>
		<description>Great.  But how do I get php-mcrypt included on the installation of yum install php53*

Thanks for the tutorial.</description>
		<content:encoded><![CDATA[<p>Great.  But how do I get php-mcrypt included on the installation of yum install php53*</p>
<p>Thanks for the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-48259</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 07 Mar 2011 15:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-48259</guid>
		<description>your repos really helped me</description>
		<content:encoded><![CDATA[<p>your repos really helped me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-48256</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Mon, 07 Mar 2011 14:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-48256</guid>
		<description>I just did the following and it upgraded my VPS from 5.1.6 to 5.3.3

I first removed the existing php by the above method specified by Mayur Pipaliya.

Then I did the following :-
&lt;code&gt;
# wget http://dl.nux.ro/rpm/nux-php53.repo --output-document=/etc/yum.repos.d/php53.repo
# yum install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml
# php -v &lt;/code&gt;

the result was :- 
&lt;i&gt;PHP 5.3.3 (cli) (built: Oct 26 2010 17:09:35)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>I just did the following and it upgraded my VPS from 5.1.6 to 5.3.3</p>
<p>I first removed the existing php by the above method specified by Mayur Pipaliya.</p>
<p>Then I did the following :-<br />
<code><br />
# wget <a href="http://dl.nux.ro/rpm/nux-php53.repo">http://dl.nux.ro/rpm/nux-php53.repo</a> --output-document=/etc/yum.repos.d/php53.repo<br />
# yum install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml<br />
# php -v </code></p>
<p>the result was :-<br />
<i>PHP 5.3.3 (cli) (built: Oct 26 2010 17:09:35)<br />
Copyright (c) 1997-2010 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayur Pipaliya</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-46584</link>
		<dc:creator>Mayur Pipaliya</dc:creator>
		<pubDate>Fri, 18 Feb 2011 05:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-46584</guid>
		<description>FYI: Its php53* and causing conflicts with php 5.2 or older if you don&#039;t care to remove one !

so, better to remove older and get newer one..
&lt;code&gt;
$ yum remove php*
$ yum install php53*
&lt;/code&gt;

via &lt;b&gt;CentOS-Testing&lt;/b&gt; repo (:</description>
		<content:encoded><![CDATA[<p>FYI: Its php53* and causing conflicts with php 5.2 or older if you don&#8217;t care to remove one !</p>
<p>so, better to remove older and get newer one..<br />
<code><br />
$ yum remove php*<br />
$ yum install php53*<br />
</code></p>
<p>via <b>CentOS-Testing</b> repo (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayur Pipaliya</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-46548</link>
		<dc:creator>Mayur Pipaliya</dc:creator>
		<pubDate>Thu, 17 Feb 2011 23:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-46548</guid>
		<description>&lt;code&gt;
$ php -v
$ rpm -qa &#124;grep php
$ wget http://dev.centos.org/centos/5/CentOS-Testing.repo --output-document=/etc/yum.repos.d/CentOS-Testing.repo
$ fo0=/etc/yum.repos.d/CentOS-Testing.repo
$ mv $fo0 $fo0.old
$ sed &#039;s/enabled=0/enabled=1/g&#039;  $fo0.old &gt; $fo0
$ rm -f $fo0.old
$ yum remove php*
$ yum install php53*
$ rpm -qa &#124;grep php
$ php -v
&lt;/code&gt;

w00t w00t ! :)</description>
		<content:encoded><![CDATA[<p><code><br />
$ php -v<br />
$ rpm -qa |grep php<br />
$ wget <a href="http://dev.centos.org/centos/5/CentOS-Testing.repo">http://dev.centos.org/centos/5/CentOS-Testing.repo</a> --output-document=/etc/yum.repos.d/CentOS-Testing.repo<br />
$ fo0=/etc/yum.repos.d/CentOS-Testing.repo<br />
$ mv $fo0 $fo0.old<br />
$ sed 's/enabled=0/enabled=1/g'  $fo0.old &gt; $fo0<br />
$ rm -f $fo0.old<br />
$ yum remove php*<br />
$ yum install php53*<br />
$ rpm -qa |grep php<br />
$ php -v<br />
</code></p>
<p>w00t w00t ! <img src='http://gofedora.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-40008</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 14 Dec 2010 23:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-40008</guid>
		<description>A howto for upgrading to php 5.2 on Centos 5:
http://forums.quantact.com/viewtopic.php?f=29&amp;t=1166</description>
		<content:encoded><![CDATA[<p>A howto for upgrading to php 5.2 on Centos 5:<br />
<a href="http://forums.quantact.com/viewtopic.php?f=29&amp;t=1166">http://forums.quantact.com/viewtopic.php?f=29&amp;t=1166</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Kanuri</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-39999</link>
		<dc:creator>Rajesh Kanuri</dc:creator>
		<pubDate>Tue, 14 Dec 2010 21:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-39999</guid>
		<description>how to install php 5.2.8 using yum?</description>
		<content:encoded><![CDATA[<p>how to install php 5.2.8 using yum?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haberler</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-39160</link>
		<dc:creator>haberler</dc:creator>
		<pubDate>Mon, 29 Nov 2010 11:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-39160</guid>
		<description>when i type to command prompt “yum –enablerepo=remi install mysql-libs mysql.x86_64 mysql-devel.x86_64 mysql-server php-mysql”

i saw this errors:

file /usr/share/mysql/estonian/errmsg.sys from install of mysql-libs-5.1.53-16
file /usr/share/mysql/french/errmsg.sys from install of mysql-libs-5.1.53-1.e6
file /usr/share/mysql/german/errmsg.sys from install of mysql-libs-5.1.53-1.e6
file /usr/share/mysql/greek/errmsg.sys from install of mysql-libs-5.1.53-1.el6
file /usr/share/mysql/hungarian/errmsg.sys from install of mysql-libs-5.1.53-6
file /usr/share/mysql/italian/errmsg.sys from install of mysql-libs-5.1.53-1.6
file /usr/share/mysql/japanese/errmsg.sys from install of mysql-libs-5.1.53-16
file /usr/share/mysql/korean/errmsg.sys from install of mysql-libs-5.1.53-1.e6
file /usr/share/mysql/norwegian-ny/errmsg.sys from install of mysql-libs-5.1.6
file /usr/share/mysql/norwegian/errmsg.sys from install of mysql-libs-5.1.53-6
file /usr/share/mysql/polish/errmsg.sys from install of mysql-libs-5.1.53-1.e6
file /usr/share/mysql/portuguese/errmsg.sys from install of mysql-libs-5.1.536
file /usr/share/mysql/romanian/errmsg.sys from install of mysql-libs-5.1.53-16
file /usr/share/mysql/russian/errmsg.sys from install of mysql-libs-5.1.53-1.6
file /usr/share/mysql/serbian/errmsg.sys from install of mysql-libs-5.1.53-1.6
file /usr/share/mysql/slovak/errmsg.sys from install of mysql-libs-5.1.53-1.e6
file /usr/share/mysql/spanish/errmsg.sys from install of mysql-libs-5.1.53-1.6
file /usr/share/mysql/swedish/errmsg.sys from install of mysql-libs-5.1.53-1.6
file /usr/share/mysql/ukrainian/errmsg.sys from install of mysql-libs-5.1.53-6

any solutions ?</description>
		<content:encoded><![CDATA[<p>when i type to command prompt “yum –enablerepo=remi install mysql-libs mysql.x86_64 mysql-devel.x86_64 mysql-server php-mysql”</p>
<p>i saw this errors:</p>
<p>file /usr/share/mysql/estonian/errmsg.sys from install of mysql-libs-5.1.53-16<br />
file /usr/share/mysql/french/errmsg.sys from install of mysql-libs-5.1.53-1.e6<br />
file /usr/share/mysql/german/errmsg.sys from install of mysql-libs-5.1.53-1.e6<br />
file /usr/share/mysql/greek/errmsg.sys from install of mysql-libs-5.1.53-1.el6<br />
file /usr/share/mysql/hungarian/errmsg.sys from install of mysql-libs-5.1.53-6<br />
file /usr/share/mysql/italian/errmsg.sys from install of mysql-libs-5.1.53-1.6<br />
file /usr/share/mysql/japanese/errmsg.sys from install of mysql-libs-5.1.53-16<br />
file /usr/share/mysql/korean/errmsg.sys from install of mysql-libs-5.1.53-1.e6<br />
file /usr/share/mysql/norwegian-ny/errmsg.sys from install of mysql-libs-5.1.6<br />
file /usr/share/mysql/norwegian/errmsg.sys from install of mysql-libs-5.1.53-6<br />
file /usr/share/mysql/polish/errmsg.sys from install of mysql-libs-5.1.53-1.e6<br />
file /usr/share/mysql/portuguese/errmsg.sys from install of mysql-libs-5.1.536<br />
file /usr/share/mysql/romanian/errmsg.sys from install of mysql-libs-5.1.53-16<br />
file /usr/share/mysql/russian/errmsg.sys from install of mysql-libs-5.1.53-1.6<br />
file /usr/share/mysql/serbian/errmsg.sys from install of mysql-libs-5.1.53-1.6<br />
file /usr/share/mysql/slovak/errmsg.sys from install of mysql-libs-5.1.53-1.e6<br />
file /usr/share/mysql/spanish/errmsg.sys from install of mysql-libs-5.1.53-1.6<br />
file /usr/share/mysql/swedish/errmsg.sys from install of mysql-libs-5.1.53-1.6<br />
file /usr/share/mysql/ukrainian/errmsg.sys from install of mysql-libs-5.1.53-6</p>
<p>any solutions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://gofedora.com/how-to-install-php-on-centos-red-hat-rhel/comment-page-1/#comment-38632</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 21 Nov 2010 10:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://gofedora.com/?p=922#comment-38632</guid>
		<description>Fixed my own problems. I had to remove php-ncurses which was outdated and no longer needed</description>
		<content:encoded><![CDATA[<p>Fixed my own problems. I had to remove php-ncurses which was outdated and no longer needed</p>
]]></content:encoded>
	</item>
</channel>
</rss>

