<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>php-Phreaks &#187; PHP 5.3</title>
	<atom:link href="http://php-phreaks.com/category/php-53/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-phreaks.com</link>
	<description>PHP security, development, design, and review discussions.</description>
	<lastBuildDate>Sat, 25 Dec 2010 16:56:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>The Official End to PHP 5.2</title>
		<link>http://php-phreaks.com/2010/12/25/the-official-end-to-php-5-2/</link>
		<comments>http://php-phreaks.com/2010/12/25/the-official-end-to-php-5-2/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 16:56:21 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Version Release]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=333</guid>
		<description><![CDATA[On December 16th the PHP development team announced the release of PHP 5.2.16 as the end of support for PHP 5.2; and encouraging developers to upgrade source code to PHP 5.3. With official support no longer available for 5.2, how long will it take before the mass of hosting providers transition to PHP 5.3? If]]></description>
		<wfw:commentRss>http://php-phreaks.com/2010/12/25/the-official-end-to-php-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[News]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Version Release]]></coop:keyword>
	</item>
		<item>
		<title>Lambda Functions, Closures, and __invoke</title>
		<link>http://php-phreaks.com/2009/04/26/lambda-functions-closures-and-__invoke/</link>
		<comments>http://php-phreaks.com/2009/04/26/lambda-functions-closures-and-__invoke/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:46:22 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Closure]]></category>
		<category><![CDATA[Lambda]]></category>
		<category><![CDATA[__invoke]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=243</guid>
		<description><![CDATA[Previously, lambda-style functions were only possible by using create_function. This has one major disadvantage, the function is compiled at run time, opcode caches can&#8217;t cache the function at compile time. &#60;?php &#160; $func = create_function&#40;'$a,$b', 'return &#34;ln($a) + ln($b) = &#34; . log($a * $b);'&#41;; echo &#34;New anonymous function: $func\n&#34;; echo $newfunc&#40;2, M_E&#41; . &#34;\n&#34;;]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/04/26/lambda-functions-closures-and-__invoke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Closure]]></coop:keyword>
		<coop:keyword><![CDATA[Lambda]]></coop:keyword>
		<coop:keyword><![CDATA[__invoke]]></coop:keyword>
	</item>
		<item>
		<title>Late Static Bindings</title>
		<link>http://php-phreaks.com/2009/03/27/late-static-bindings/</link>
		<comments>http://php-phreaks.com/2009/03/27/late-static-bindings/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:28:24 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Late Static Bindings]]></category>
		<category><![CDATA[LSB]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=225</guid>
		<description><![CDATA[PHP 5.3 implements a feature called &#8220;late static bindings&#8221; that has been in the works since the PHP Developers Meeting that took place in November 2005 in Paris. This feature resolves an issue of inheritance, used to reference the called class in a context of static inheritance. Prior to version 5.3 a problem existed if]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/27/late-static-bindings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Intermediate]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Late Static Bindings]]></coop:keyword>
		<coop:keyword><![CDATA[LSB]]></coop:keyword>
	</item>
		<item>
		<title>What&#8217;s new in PHP 5.3</title>
		<link>http://php-phreaks.com/2009/03/27/whats-new-in-php-53-2/</link>
		<comments>http://php-phreaks.com/2009/03/27/whats-new-in-php-53-2/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 12:56:57 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Version Release]]></category>
		<category><![CDATA[Q1 2009]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=217</guid>
		<description><![CDATA[With PHP 5.3 slated for release near the end of April (Q1 2009), it&#8217;s time to start looking at the new improvements being implemented. Version 5.3 was originally known as &#8220;PHP 6 without Unicode support&#8221;, but there are many new features being implemented in this release that have been on the development table for a]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/27/whats-new-in-php-53-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[News]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Version Release]]></coop:keyword>
		<coop:keyword><![CDATA[Q1 2009]]></coop:keyword>
		<coop:keyword><![CDATA[Release]]></coop:keyword>
	</item>
		<item>
		<title>Announcing the Release of PHP 5.3 Candidate 1</title>
		<link>http://php-phreaks.com/2009/03/26/announcing-the-release-of-php-53-candidate-1/</link>
		<comments>http://php-phreaks.com/2009/03/26/announcing-the-release-of-php-53-candidate-1/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 10:01:00 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Version Release]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=205</guid>
		<description><![CDATA[The latest release of PHP (5.3.0RC1) is the final phase in a major improvement in the 5.X series. The PHP 5.3.X will eventually obsolete the 5.2.X branch of PHP; all users, primarily those using earlier version 5 releases, are advised to test this release for backwards compatibility. There is an upgrading guide available detailing the]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/26/announcing-the-release-of-php-53-candidate-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Version Release]]></coop:keyword>
		<coop:keyword><![CDATA[Release]]></coop:keyword>
	</item>
		<item>
		<title>Namespaces</title>
		<link>http://php-phreaks.com/2009/03/10/namespaces/</link>
		<comments>http://php-phreaks.com/2009/03/10/namespaces/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:46:21 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Namespace]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=157</guid>
		<description><![CDATA[Namespace has been used in programming languages for quite a few years. Java uses them extensively, and many people have complained about the lack of namespace in PHP. Namespace was initially slated for PHP 5.0, but due to difficulties with its implementation, integration into the code base was postponed to version 5.3. With the release]]></description>
		<wfw:commentRss>http://php-phreaks.com/2009/03/10/namespaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
			<coop:keyword><![CDATA[Intermediate]]></coop:keyword>
		<coop:keyword><![CDATA[Optimization]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Tutorial]]></coop:keyword>
		<coop:keyword><![CDATA[Namespace]]></coop:keyword>
	</item>
		<item>
		<title>PHP 5.3 alpha3 now released</title>
		<link>http://php-phreaks.com/2008/12/06/php-53-alpha3-now-released/</link>
		<comments>http://php-phreaks.com/2008/12/06/php-53-alpha3-now-released/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:21:58 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[Version Release]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[Q1 2009]]></category>
		<category><![CDATA[QA]]></category>

		<guid isPermaLink="false">http://php-phreaks.com/?p=167</guid>
		<description><![CDATA[After a few years of PHP version 5, the developers have released the final stage of the 5.3 testing. This release is for development review not for production. According to the release plan, a stable release is expected sometime around the end of Q1 2009. Excerpt from PHP.net 04-Dec-2008 news: Several new features have already]]></description>
		<wfw:commentRss>http://php-phreaks.com/2008/12/06/php-53-alpha3-now-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[News]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5.3]]></coop:keyword>
		<coop:keyword><![CDATA[Version Release]]></coop:keyword>
		<coop:keyword><![CDATA[PHP 5]]></coop:keyword>
		<coop:keyword><![CDATA[Q1 2009]]></coop:keyword>
		<coop:keyword><![CDATA[QA]]></coop:keyword>
	</item>
	</channel>
</rss>

