<?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: Hidden features with spl_autoload() and namespaces</title>
	<atom:link href="http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/</link>
	<description>Personal anecdotes from my experiences using the LAMP stack</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:08:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: immeëmosol</title>
		<link>http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/comment-page-1/#comment-3924</link>
		<dc:creator>immeëmosol</dc:creator>
		<pubDate>Sun, 23 May 2010 23:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=171#comment-3924</guid>
		<description>Hi, I tried to find someplace to follow your patch, but couldn&#039;t find any.
Do you perhaps have an url for me so I can track its progression?
I also notified some other people of your patch :
http://stackoverflow.com/questions/2862133/namespace-autoload-works-under-windows-but-not-on-linux/2893956#2893956
/me=hoping it&#039;ll be patched soon.</description>
		<content:encoded><![CDATA[<p>Hi, I tried to find someplace to follow your patch, but couldn&#8217;t find any.<br />
Do you perhaps have an url for me so I can track its progression?<br />
I also notified some other people of your patch :<br />
<a href="http://stackoverflow.com/questions/2862133/namespace-autoload-works-under-windows-but-not-on-linux/2893956#2893956" rel="nofollow">http://stackoverflow.com/questions/2862133/namespace-autoload-works-under-windows-but-not-on-linux/2893956#2893956</a><br />
/me=hoping it&#8217;ll be patched soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/comment-page-1/#comment-3200</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=171#comment-3200</guid>
		<description>I hope they care, because I&#039;m building a framework http://trac.andydaykin.com and it would save me from building a loader app which would be a great help to me, since in windows I can automatically load all of my namespaced classes using the code above I posted.

Have they sent anything back yet?</description>
		<content:encoded><![CDATA[<p>I hope they care, because I&#8217;m building a framework <a href="http://trac.andydaykin.com" rel="nofollow">http://trac.andydaykin.com</a> and it would save me from building a loader app which would be a great help to me, since in windows I can automatically load all of my namespaced classes using the code above I posted.</p>
<p>Have they sent anything back yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/comment-page-1/#comment-3171</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Sat, 16 Jan 2010 21:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=171#comment-3171</guid>
		<description>I sent to it internals, but no one seemed to care.  I will try and send it again and see there is a more positive response this time.</description>
		<content:encoded><![CDATA[<p>I sent to it internals, but no one seemed to care.  I will try and send it again and see there is a more positive response this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.hermanradtke.com/blog/hidden-features-with-spl_autoload-and-namespaces/comment-page-1/#comment-3156</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=171#comment-3156</guid>
		<description>Have you come out with the patch yet? I&#039;m building a framework where I use the spl_autoload trick but it only works on windows. In my code I have:

spl_autoload_extensions(&quot;.php&quot;);
spl_autoload_register();

And this is wonderful since it autoloads all of the nampspaced components very easily in the framework.</description>
		<content:encoded><![CDATA[<p>Have you come out with the patch yet? I&#8217;m building a framework where I use the spl_autoload trick but it only works on windows. In my code I have:</p>
<p>spl_autoload_extensions(&#8220;.php&#8221;);<br />
spl_autoload_register();</p>
<p>And this is wonderful since it autoloads all of the nampspaced components very easily in the framework.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

