<?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: PHPCache, a simple, powerful object caching solution for PHP applications&#8230;</title>
	<atom:link href="http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications</link>
	<description>Web development and programming blog focusing on webmaster's experience with PHP, MySQL, AJAX, server performance, security, SEO and more.</description>
	<pubDate>Tue, 06 Jan 2009 01:09:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How PHPCache saved us from buying another server</title>
		<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/comment-page-1#comment-268</link>
		<dc:creator>How PHPCache saved us from buying another server</dc:creator>
		<pubDate>Tue, 25 Nov 2008 18:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=295#comment-268</guid>
		<description>[...] we used PHPCache to cache the results of those queries for just 1 minute, not an hour or a day, just one minute and [...]</description>
		<content:encoded><![CDATA[<p>[...] we used PHPCache to cache the results of those queries for just 1 minute, not an hour or a day, just one minute and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/comment-page-1#comment-26</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Thu, 18 Sep 2008 08:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=295#comment-26</guid>
		<description>Jake, Sqlite actually doesn't need that line and I deleted it but apparently I missed...
Download it again and it should work.
Sorry about that :)</description>
		<content:encoded><![CDATA[<p>Jake, Sqlite actually doesn&#8217;t need that line and I deleted it but apparently I missed&#8230;<br />
Download it again and it should work.<br />
Sorry about that <img src='http://blog.code-head.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Wharton</title>
		<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/comment-page-1#comment-25</link>
		<dc:creator>Jake Wharton</dc:creator>
		<pubDate>Wed, 17 Sep 2008 19:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=295#comment-25</guid>
		<description>Parse error: syntax error, unexpected T_DO in .../PHPCache/drivers/phpcache.driver.sqlite.class.php on line 36

Not sure if the zip was corrupted (I downloaded twice) but it seems this line should read:
			if( !file_exists($params['name']) ) touch($params['name']);

or something similar. It seemed the logical thing and solved the errors I was receiving.</description>
		<content:encoded><![CDATA[<p>Parse error: syntax error, unexpected T_DO in &#8230;/PHPCache/drivers/phpcache.driver.sqlite.class.php on line 36</p>
<p>Not sure if the zip was corrupted (I downloaded twice) but it seems this line should read:<br />
			if( !file_exists($params['name']) ) touch($params['name']);</p>
<p>or something similar. It seemed the logical thing and solved the errors I was receiving.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finding and fixing bottlenecks-slow parts in your PHP code</title>
		<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/comment-page-1#comment-24</link>
		<dc:creator>Finding and fixing bottlenecks-slow parts in your PHP code</dc:creator>
		<pubDate>Wed, 17 Sep 2008 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=295#comment-24</guid>
		<description>[...] have a problem and your application might not scale well. If this is the case then you should use PHPCache and cache the results of those slow parts, even for 1 minute at a time, this will bring those [...]</description>
		<content:encoded><![CDATA[<p>[...] have a problem and your application might not scale well. If this is the case then you should use PHPCache and cache the results of those slow parts, even for 1 minute at a time, this will bring those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPCache; a new version of PHPCache is available&#8230;</title>
		<link>http://blog.code-head.com/phpcache-a-simple-powerful-object-caching-solution-for-php-applications/comment-page-1#comment-22</link>
		<dc:creator>PHPCache; a new version of PHPCache is available&#8230;</dc:creator>
		<pubDate>Tue, 16 Sep 2008 06:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=295#comment-22</guid>
		<description>[...] new version of PHPCache is [...]</description>
		<content:encoded><![CDATA[<p>[...] new version of PHPCache is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
