<?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"
	>
<channel>
	<title>Comments on: PHP v5.3 Alpha 1</title>
	<atom:link href="http://aaron-rosenfeld.com/blog/2008/08/28/php-v53-alpha1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaron-rosenfeld.com/blog/2008/08/28/php-v53-alpha1-released/</link>
	<description>Web Development, programming, mathematics, and other ramblings.</description>
	<pubDate>Sun, 05 Sep 2010 07:34:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Dan Osipov</title>
		<link>http://aaron-rosenfeld.com/blog/2008/08/28/php-v53-alpha1-released/#comment-96</link>
		<dc:creator>Dan Osipov</dc:creator>
		<pubDate>Fri, 29 Aug 2008 03:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://aaron-rosenfeld.com/?p=65#comment-96</guid>
		<description>There is more to 'namespaces' than just reserved keyword - in fact I think that's the most important feature in 5.3. namespacing classes allow same name classes from various libraries not to clash. You could then 'use' the correct class in each case. This finally depreciates the unneeded prefixes to functions which are commonly used to prevent conflicts.</description>
		<content:encoded><![CDATA[<p>There is more to &#8216;namespaces&#8217; than just reserved keyword - in fact I think that&#8217;s the most important feature in 5.3. namespacing classes allow same name classes from various libraries not to clash. You could then &#8216;use&#8217; the correct class in each case. This finally depreciates the unneeded prefixes to functions which are commonly used to prevent conflicts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
