<?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: Upgrading PHP on Fedora Core 5 (or other distro)</title>
	<atom:link href="http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Tue, 22 Nov 2011 00:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: codesmith</title>
		<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/comment-page-1#comment-1779</link>
		<dc:creator>codesmith</dc:creator>
		<pubDate>Tue, 12 Oct 2010 05:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html#comment-1779</guid>
		<description>I was able to figure this out using just YUM. As of today Remi&#039;s repo has PHP 5.2.9 although it says you need the Epel repository as well. That doesn&#039;t play well with redhat-release but I was able to get around the 2 missing dependencies using the redhat-extras repo.

Remi&#039;s repo:
wget http://rpms.famillecollet.com/remi-release-5.rpm
rpm -Uvh remi-release-5.rpm

Update the extras repo to here:
http://archive.fedoraproject.org/pub/archive/fedora/linux/extras/$releasever/$basearch/

Doing:
yum upgrade php --enablerepo=remi
got me most of the way there but 2 errors:

Error: Missing Dependency: libt1.so.5 is needed by package php-gd
Error: Missing Dependency: libsqlite.so.0 is needed by package php-pdo

For the first one:
yum install libt1.so.5 --enablerepo=extras

For the 2nd one:
yum install sqlite2 --enablerepo=extras

Try again:
yum upgrade php --enablerepo=remi

and it works - 5.2.9!</description>
		<content:encoded><![CDATA[<p>I was able to figure this out using just YUM. As of today Remi&#8217;s repo has PHP 5.2.9 although it says you need the Epel repository as well. That doesn&#8217;t play well with redhat-release but I was able to get around the 2 missing dependencies using the redhat-extras repo.</p>
<p>Remi&#8217;s repo:<br />
wget <a href="http://rpms.famillecollet.com/remi-release-5.rpm" rel="nofollow">http://rpms.famillecollet.com/remi-release-5.rpm</a><br />
rpm -Uvh remi-release-5.rpm</p>
<p>Update the extras repo to here:<br />
<a href="http://archive.fedoraproject.org/pub/archive/fedora/linux/extras/$releasever/$basearch/" rel="nofollow">http://archive.fedoraproject.org/pub/archive/fedora/linux/extras/$releasever/$basearch/</a></p>
<p>Doing:<br />
yum upgrade php &#8211;enablerepo=remi<br />
got me most of the way there but 2 errors:</p>
<p>Error: Missing Dependency: libt1.so.5 is needed by package php-gd<br />
Error: Missing Dependency: libsqlite.so.0 is needed by package php-pdo</p>
<p>For the first one:<br />
yum install libt1.so.5 &#8211;enablerepo=extras</p>
<p>For the 2nd one:<br />
yum install sqlite2 &#8211;enablerepo=extras</p>
<p>Try again:<br />
yum upgrade php &#8211;enablerepo=remi</p>
<p>and it works &#8211; 5.2.9!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janak</title>
		<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/comment-page-1#comment-1504</link>
		<dc:creator>Janak</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html#comment-1504</guid>
		<description>Hey your solution doesnt workedout for me. When i tried to remove the php using &quot;rpm -e ..&quot; command it is throwing me a error like, Dependencies are there so cannot be uninstalled. I tried to update the same via yum too. I got the same error during that time too. Is there any other way to update the php version to latest stable like 5.2.9 from my php version 5.1.6 which comes with my fc5 core installation itself. Can anyone help me out on this?</description>
		<content:encoded><![CDATA[<p>Hey your solution doesnt workedout for me. When i tried to remove the php using &#8220;rpm -e ..&#8221; command it is throwing me a error like, Dependencies are there so cannot be uninstalled. I tried to update the same via yum too. I got the same error during that time too. Is there any other way to update the php version to latest stable like 5.2.9 from my php version 5.1.6 which comes with my fc5 core installation itself. Can anyone help me out on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdz69</title>
		<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/comment-page-1#comment-462</link>
		<dc:creator>bdz69</dc:creator>
		<pubDate>Thu, 02 Oct 2008 05:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html#comment-462</guid>
		<description>You Da MAN!! After hours of trying to compile and make PHP 5.2 work with my Fed5 server this worked in like 10 minutes!! Thank You</description>
		<content:encoded><![CDATA[<p>You Da MAN!! After hours of trying to compile and make PHP 5.2 work with my Fed5 server this worked in like 10 minutes!! Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Vishnu</title>
		<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/comment-page-1#comment-458</link>
		<dc:creator>Vikas Vishnu</dc:creator>
		<pubDate>Wed, 24 Sep 2008 09:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html#comment-458</guid>
		<description>Thanks a bunch friend! This made my work really simple and easy.. I didn&#039;t know that this could be done so easily ;-)</description>
		<content:encoded><![CDATA[<p>Thanks a bunch friend! This made my work really simple and easy.. I didn&#8217;t know that this could be done so easily <img src='http://blog.evandavey.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Cheung</title>
		<link>http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html/comment-page-1#comment-276</link>
		<dc:creator>Andrew Cheung</dc:creator>
		<pubDate>Thu, 24 Jul 2008 14:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/2008/03/upgrading-php-on-fedora-core-5-or-other-distro.html#comment-276</guid>
		<description>I am just searching the solution for upgrading php to 5.2.x.
It is very lucky that I see this solution here.

However, because there are plenty of job working in my fedora core 5, I have to make sure there is no problem after upgrading it.

From my search on the web, you are not able to install the PHP5.2 directly by downloading the file from the PHP.net. It is because there will be too many discripency issue.

Also, I have read some article on the web that, when you upgrade the PHP5.2 in FC5, you also have to upgrade the apache and the mysql package.

In this post, I can only see that, PHP5.1 is removed and then PHP5.2 is installed.
I wonder, if there are any problem affect the current web application by using php5.1, mysql and apache?
Is it necessary to upgrade the mysql and apache as well?

It would be quite trouble for me if the web applications are down. i would just like to confirm if everything will be fine after upgrading.

Thanks for all your help in advance.</description>
		<content:encoded><![CDATA[<p>I am just searching the solution for upgrading php to 5.2.x.<br />
It is very lucky that I see this solution here.</p>
<p>However, because there are plenty of job working in my fedora core 5, I have to make sure there is no problem after upgrading it.</p>
<p>From my search on the web, you are not able to install the PHP5.2 directly by downloading the file from the PHP.net. It is because there will be too many discripency issue.</p>
<p>Also, I have read some article on the web that, when you upgrade the PHP5.2 in FC5, you also have to upgrade the apache and the mysql package.</p>
<p>In this post, I can only see that, PHP5.1 is removed and then PHP5.2 is installed.<br />
I wonder, if there are any problem affect the current web application by using php5.1, mysql and apache?<br />
Is it necessary to upgrade the mysql and apache as well?</p>
<p>It would be quite trouble for me if the web applications are down. i would just like to confirm if everything will be fine after upgrading.</p>
<p>Thanks for all your help in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

