<?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: PHP 5.3 on CentOS 5</title>
	<atom:link href="http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-322</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-322</guid>
		<description>@RoyHB I&#039;ve now added apc to the repository, so if you upgrade that (php-pecl-apc), it will work. The error you were getting was because the currently installed apc was compiled for an older php</description>
		<content:encoded><![CDATA[<p>@RoyHB I&#8217;ve now added apc to the repository, so if you upgrade that (php-pecl-apc), it will work. The error you were getting was because the currently installed apc was compiled for an older php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoyHB</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-320</link>
		<dc:creator>RoyHB</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-320</guid>
		<description>I installed 5.3 on Centos 5.4 using your repo - thanks for all your work - it worked (almost) flawlessly.


The only problem I&#039;ve seen so far is an error message when running a php cli script:

PHP Warning:  PHP Startup: apc: Unable to initialize module
Module compiled with module API=20050922
PHP    compiled with module API=20090626
These options need to match
 in Unknown on line 0

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I installed 5.3 on Centos 5.4 using your repo &#8211; thanks for all your work &#8211; it worked (almost) flawlessly.</p>
<p>The only problem I&#8217;ve seen so far is an error message when running a php cli script:</p>
<p>PHP Warning:  PHP Startup: apc: Unable to initialize module<br />
Module compiled with module API=20050922<br />
PHP    compiled with module API=20090626<br />
These options need to match<br />
 in Unknown on line 0</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-316</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-316</guid>
		<description>mhash has been removed from the php library as they say hash has all that functionallity.

You need to remove the php-mhash package before updating.</description>
		<content:encoded><![CDATA[<p>mhash has been removed from the php library as they say hash has all that functionallity.</p>
<p>You need to remove the php-mhash package before updating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-315</link>
		<dc:creator>Nathaniel</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-315</guid>
		<description>It seems like something got broken in the most recent updates to the repo. Running CentOS 5.4 and following the exact same steps that I have followed before, I received the following error message:

#yum --enablerepo=webtatic install php               Loaded plugins: fastestmirror
...
--&gt; Finished Dependency Resolution
php-mhash-5.2.12-1.1.x86_64 from webtatic has depsolving problems
  --&gt; Missing Dependency: php-common = 5.2.12-1.1 is needed by package php-mhash-5.2.12-1.1.x86_64 (webtatic)
...</description>
		<content:encoded><![CDATA[<p>It seems like something got broken in the most recent updates to the repo. Running CentOS 5.4 and following the exact same steps that I have followed before, I received the following error message:</p>
<p>#yum &#8211;enablerepo=webtatic install php               Loaded plugins: fastestmirror<br />
&#8230;<br />
&#8211;&gt; Finished Dependency Resolution<br />
php-mhash-5.2.12-1.1.x86_64 from webtatic has depsolving problems<br />
  &#8211;&gt; Missing Dependency: php-common = 5.2.12-1.1 is needed by package php-mhash-5.2.12-1.1.x86_64 (webtatic)<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-307</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-307</guid>
		<description>I&#039;ve not seen a CentOS distribution resolve $releasever to the minor release (x.y) before (in the webtatic.repo file), however I&#039;ve now symlinked, on the server, 5 to 5.0-5.4 which should work in your configuration.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not seen a CentOS distribution resolve $releasever to the minor release (x.y) before (in the webtatic.repo file), however I&#8217;ve now symlinked, on the server, 5 to 5.0-5.4 which should work in your configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bilal Ahmed</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-305</link>
		<dc:creator>Bilal Ahmed</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-305</guid>
		<description>even tried the touch command 
but couldn&#039;t solve this ... 
please help in resolving this 

[root@domU-12-31-39-06-BC-E2:/mnt/tmp] touch /etc/yum.repos.d/webtatic.com

[root@domU-12-31-39-06-BC-E2:/mnt/tmp] yum --enablerepo=webtatic update php
Loading &quot;installonlyn&quot; plugin
Setting up Update Process
Setting up repositories
http://repo.webtatic.com/yum/centos/5.0/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: webtatic


I already have installed php 5.2.11 but unfortunately it doesn&#039;t support --enable-memcache 
so jumping on php 5.2.12 or 5.3 but unable to install</description>
		<content:encoded><![CDATA[<p>even tried the touch command<br />
but couldn&#8217;t solve this &#8230;<br />
please help in resolving this </p>
<p>[root@domU-12-31-39-06-BC-E2:/mnt/tmp] touch /etc/yum.repos.d/webtatic.com</p>
<p>[root@domU-12-31-39-06-BC-E2:/mnt/tmp] yum &#8211;enablerepo=webtatic update php<br />
Loading &#8220;installonlyn&#8221; plugin<br />
Setting up Update Process<br />
Setting up repositories<br />
<a href="http://repo.webtatic.com/yum/centos/5.0/i386/repodata/repomd.xml" rel="nofollow">http://repo.webtatic.com/yum/centos/5.0/i386/repodata/repomd.xml</a>: [Errno 14] HTTP Error 404: Not Found<br />
Trying other mirror.<br />
Error: Cannot open/read repomd.xml file for repository: webtatic</p>
<p>I already have installed php 5.2.11 but unfortunately it doesn&#8217;t support &#8211;enable-memcache<br />
so jumping on php 5.2.12 or 5.3 but unable to install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-303</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 31 Jan 2010 19:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-303</guid>
		<description>Hi Will,

The later releases of PHP packages for Red-Hat based distributions compile posix functions as a separate package (probably for reasons like shared hosting companies not wanting them in by default)

You can install the posix functions as part of the php-process package:
yum install &#45;&#45;enablerepo=webtatic php-process</description>
		<content:encoded><![CDATA[<p>Hi Will,</p>
<p>The later releases of PHP packages for Red-Hat based distributions compile posix functions as a separate package (probably for reasons like shared hosting companies not wanting them in by default)</p>
<p>You can install the posix functions as part of the php-process package:<br />
yum install &#45;&#45;enablerepo=webtatic php-process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-302</link>
		<dc:creator>will</dc:creator>
		<pubDate>Sun, 31 Jan 2010 18:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-302</guid>
		<description>hi! this works great however it appears php&#039;s posix&#039;s plugin is not available!

&quot;POSIX functions are enabled by default. You can disable POSIX-like functions with --disable-posix.&quot;

Did you disable them in your compile?</description>
		<content:encoded><![CDATA[<p>hi! this works great however it appears php&#8217;s posix&#8217;s plugin is not available!</p>
<p>&#8220;POSIX functions are enabled by default. You can disable POSIX-like functions with &#8211;disable-posix.&#8221;</p>
<p>Did you disable them in your compile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-301</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-301</guid>
		<description>Worked like a charm 
Thank you</description>
		<content:encoded><![CDATA[<p>Worked like a charm<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/06/php-530-on-centos-5/comment-page-2/#comment-299</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=319#comment-299</guid>
		<description>Sorry but I don&#039;t have RPMs for your distribution (I&#039;m assuming it&#039;s Fedora 11 based on the resolved url?)

Fedora 12 does have PHP 5.3 though.

My main reason for this repo is because there is no other option for people who can&#039;t switch from CentOS to another distribution, other than to compile PHP themselves.</description>
		<content:encoded><![CDATA[<p>Sorry but I don&#8217;t have RPMs for your distribution (I&#8217;m assuming it&#8217;s Fedora 11 based on the resolved url?)</p>
<p>Fedora 12 does have PHP 5.3 though.</p>
<p>My main reason for this repo is because there is no other option for people who can&#8217;t switch from CentOS to another distribution, other than to compile PHP themselves.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
