<?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 Caching with APC and WP-Cache</title>
	<atom:link href="http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache</link>
	<description>lux non veritas</description>
	<pubDate>Tue, 06 Jan 2009 14:11:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cuccund</title>
		<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/comment-page-1#comment-5167</link>
		<dc:creator>cuccund</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/#comment-5167</guid>
		<description>Занимаюсь дизайном и хочу попросить автора www.benchodroff.com отправить шаьлончик на мой мыил) Готов заплатить...</description>
		<content:encoded><![CDATA[<p>Занимаюсь дизайном и хочу попросить автора <a href="http://www.benchodroff.com" rel="nofollow">http://www.benchodroff.com</a> отправить шаьлончик на мой мыил) Готов заплатить&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/comment-page-1#comment-307</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 02 Sep 2006 23:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/#comment-307</guid>
		<description>Solution has been discovered! I have posted the solution on my blog for details, but so you know I'm not link spammin ya, here's how: Edit wp-cache-phase2 list 219. Change ob_end_clean() ob_end_flush().

The problem is ob_end_clean() cleans out the buffer without actually flushing it to the screen and I don't see any flush() calls before hand. Changing it to ob_end_flush() will end the output buffer and flush all data to standard out.

I have tested this solution with and without APC and it seems to be working.</description>
		<content:encoded><![CDATA[<p>Solution has been discovered! I have posted the solution on my blog for details, but so you know I&#8217;m not link spammin ya, here&#8217;s how: Edit wp-cache-phase2 list 219. Change ob_end_clean() ob_end_flush().</p>
<p>The problem is ob_end_clean() cleans out the buffer without actually flushing it to the screen and I don&#8217;t see any flush() calls before hand. Changing it to ob_end_flush() will end the output buffer and flush all data to standard out.</p>
<p>I have tested this solution with and without APC and it seems to be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delusioned :: APC with WP-Cache - It lives!</title>
		<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/comment-page-1#comment-306</link>
		<dc:creator>Delusioned :: APC with WP-Cache - It lives!</dc:creator>
		<pubDate>Sat, 02 Sep 2006 23:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/#comment-306</guid>
		<description>[...] Anyway, it appeared other people have been having problems with getting these two bloody beasts to work together, too. So, I decided to take the task on myself to figure out just why these two are having temper-tantrum, even after adding the suggested fix by Mark Jaquith. [...]</description>
		<content:encoded><![CDATA[<p>[...] Anyway, it appeared other people have been having problems with getting these two bloody beasts to work together, too. So, I decided to take the task on myself to figure out just why these two are having temper-tantrum, even after adding the suggested fix by Mark Jaquith. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/comment-page-1#comment-305</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 02 Sep 2006 22:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/#comment-305</guid>
		<description>Mark, if it were that simple. I've done that myself and it's still not working. I get the exact same error as above. First instance of the page is blank, but every instance after works.

I have removed every single error suppressor from the wp-cache files and it is still causing the error.</description>
		<content:encoded><![CDATA[<p>Mark, if it were that simple. I&#8217;ve done that myself and it&#8217;s still not working. I get the exact same error as above. First instance of the page is blank, but every instance after works.</p>
<p>I have removed every single error suppressor from the wp-cache files and it is still causing the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jaquith</title>
		<link>http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/comment-page-1#comment-274</link>
		<dc:creator>Mark Jaquith</dc:creator>
		<pubDate>Mon, 07 Aug 2006 09:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.benchodroff.com/blog/2006/08/02/php-caching-with-apc-and-wp-cache/#comment-274</guid>
		<description>The reason you get the white page is that errors are suppressed in the WP-Cache2 plugin (although you could also suppress them in php.ini).  What you can do is remove all those silencing "@" symbols, and see what error is killing you... that might help you find out a solution.  The other thing to do is to make sure that your php.ini settings for apc.filters are actually being followed.</description>
		<content:encoded><![CDATA[<p>The reason you get the white page is that errors are suppressed in the WP-Cache2 plugin (although you could also suppress them in php.ini).  What you can do is remove all those silencing &#8220;@&#8221; symbols, and see what error is killing you&#8230; that might help you find out a solution.  The other thing to do is to make sure that your php.ini settings for apc.filters are actually being followed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
