<?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: 7 tips to prevent PHP running out of memory</title>
	<atom:link href="http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/</link>
	<description></description>
	<lastBuildDate>Fri, 09 Dec 2011 18:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Xavier C</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-586</link>
		<dc:creator>Xavier C</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-586</guid>
		<description>In the part where you have
if(!in_array($path, $this-&gt;path_list))
It is a bit more efficient if you use isset() instead. So just save the paths of the files as keys of the array, and do
if(!isset($path[$this-&gt;path_list]))
The value can be either a bool or just the path itself if you need it for some reason</description>
		<content:encoded><![CDATA[<p>In the part where you have<br />
if(!in_array($path, $this-&gt;path_list))<br />
It is a bit more efficient if you use isset() instead. So just save the paths of the files as keys of the array, and do<br />
if(!isset($path[$this-&gt;path_list]))<br />
The value can be either a bool or just the path itself if you need it for some reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srcnix</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-304</link>
		<dc:creator>srcnix</dc:creator>
		<pubDate>Wed, 10 Nov 2010 19:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-304</guid>
		<description>Of course, go ahead.</description>
		<content:encoded><![CDATA[<p>Of course, go ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyson F. Gautreaux</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-302</link>
		<dc:creator>Tyson F. Gautreaux</dc:creator>
		<pubDate>Wed, 10 Nov 2010 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-302</guid>
		<description>Useful article do you mind if i summerize this on my blog? Thanks</description>
		<content:encoded><![CDATA[<p>Useful article do you mind if i summerize this on my blog? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srcnix</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-21</link>
		<dc:creator>srcnix</dc:creator>
		<pubDate>Sun, 10 Oct 2010 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-21</guid>
		<description>Thanks for the heads up. This theme is actually borrowed while I have a design worked on.

If you&#039;d like to share links please email me using the available contact form on this site.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up. This theme is actually borrowed while I have a design worked on.</p>
<p>If you&#8217;d like to share links please email me using the available contact form on this site.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polar Watches</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-20</link>
		<dc:creator>Polar Watches</dc:creator>
		<pubDate>Sat, 09 Oct 2010 19:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-20</guid>
		<description>I happen to be reading your posts in the course of my smoke break, and I have to admit the whole article has been extremely educational and quite well written. I thought I would allow you realize that for some reason this website does not show well in IE eight. I wish Microsoft would stop upgrading stuff. We&#039;ve a question for you personally. Would you thoughts swapping blog page roll links? That could be genuinely neat!</description>
		<content:encoded><![CDATA[<p>I happen to be reading your posts in the course of my smoke break, and I have to admit the whole article has been extremely educational and quite well written. I thought I would allow you realize that for some reason this website does not show well in IE eight. I wish Microsoft would stop upgrading stuff. We&#8217;ve a question for you personally. Would you thoughts swapping blog page roll links? That could be genuinely neat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srcnix</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-16</link>
		<dc:creator>srcnix</dc:creator>
		<pubDate>Fri, 09 Apr 2010 07:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-16</guid>
		<description>SAMANA, I use these tips day in day out as a standard to my programming.

Heavily tested by myself and other programmers around me.</description>
		<content:encoded><![CDATA[<p>SAMANA, I use these tips day in day out as a standard to my programming.</p>
<p>Heavily tested by myself and other programmers around me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SAMANA</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-15</link>
		<dc:creator>SAMANA</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-15</guid>
		<description>You have tested it and writing form your personal experience or you find some information online?</description>
		<content:encoded><![CDATA[<p>You have tested it and writing form your personal experience or you find some information online?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phoenix</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-14</link>
		<dc:creator>Phoenix</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-14</guid>
		<description>I read about it some days ago in another blog and the main things that you mention here are very similar</description>
		<content:encoded><![CDATA[<p>I read about it some days ago in another blog and the main things that you mention here are very similar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srcnix</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-13</link>
		<dc:creator>srcnix</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-13</guid>
		<description>No problem!</description>
		<content:encoded><![CDATA[<p>No problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development</title>
		<link>http://www.srcnix.com/2010/02/10/7-tips-to-prevent-php-running-out-of-memory/#comment-12</link>
		<dc:creator>Web Development</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.srcnix.com/?p=91#comment-12</guid>
		<description>awesome tips, thanks</description>
		<content:encoded><![CDATA[<p>awesome tips, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

