<?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: Automated PHP 5.3 compatibility testing for your (old) code</title>
	<atom:link href="http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/</link>
	<description>Technical and business stuff for the open-minded</description>
	<lastBuildDate>Thu, 15 Dec 2011 03:39:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alberto</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-778</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Wed, 28 Sep 2011 17:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-778</guid>
		<description>Hi,

I used your solution in my work and I wrote an script to run this solution in my blog http://blog.albertoviana.com/2011/09/28/how-to-automated-php-5-3-compatibility/ .</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I used your solution in my work and I wrote an script to run this solution in my blog <a href="http://blog.albertoviana.com/2011/09/28/how-to-automated-php-5-3-compatibility/" rel="nofollow">http://blog.albertoviana.com/2011/09/28/how-to-automated-php-5-3-compatibility/</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resümee des PHP Summit 2011 Spring &#187; Mage::blog()</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-745</link>
		<dc:creator>Resümee des PHP Summit 2011 Spring &#187; Mage::blog()</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-745</guid>
		<description>[...] derUmstellung von PHP 5.2 auf PHP 5.3 lässt sich der Code mit einem Sniff für den PHP_CodeSniffer auf bekannte Problemstellen [...]</description>
		<content:encoded><![CDATA[<p>[...] derUmstellung von PHP 5.2 auf PHP 5.3 lässt sich der Code mit einem Sniff für den PHP_CodeSniffer auf bekannte Problemstellen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tune Up Your PC &#187; Post Topic &#187; This Week’s Link List (December 24, 2010)</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-445</link>
		<dc:creator>Tune Up Your PC &#187; Post Topic &#187; This Week’s Link List (December 24, 2010)</dc:creator>
		<pubDate>Mon, 27 Dec 2010 21:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-445</guid>
		<description>[...] Some notes about using PHP_CodeSniffer to upgrade applications to a newer version of PHP: http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Some notes about using PHP_CodeSniffer to upgrade applications to a newer version of PHP: <a href="http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/" rel="nofollow">http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marc Fontaine</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-358</link>
		<dc:creator>Jean-Marc Fontaine</dc:creator>
		<pubDate>Wed, 22 Dec 2010 17:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-358</guid>
		<description>I have been thinking about doing exactly that for a long time. My idea was not that bad after all. ;)</description>
		<content:encoded><![CDATA[<p>I have been thinking about doing exactly that for a long time. My idea was not that bad after all. <img src='http://techblog.wimgodden.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wimg</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-357</link>
		<dc:creator>wimg</dc:creator>
		<pubDate>Wed, 22 Dec 2010 16:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-357</guid>
		<description>If you clone the git repo or download the 1.2 release, it will work for 1.3RC1.
Note the specific instructions about the directory name... I&#039;m looking into changing that part, since it&#039;s a bit annoying...</description>
		<content:encoded><![CDATA[<p>If you clone the git repo or download the 1.2 release, it will work for 1.3RC1.<br />
Note the specific instructions about the directory name&#8230; I&#8217;m looking into changing that part, since it&#8217;s a bit annoying&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim Godden&#8217;s Blog: Automated PHP 5.3 compatibility testing for your (old) code &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-354</link>
		<dc:creator>Wim Godden&#8217;s Blog: Automated PHP 5.3 compatibility testing for your (old) code &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Wed, 22 Dec 2010 16:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-354</guid>
		<description>[...] this new post to his blog today, Wim Godden looks at how you can use the PHPUnit unit testing framework to be [...]</description>
		<content:encoded><![CDATA[<p>[...] this new post to his blog today, Wim Godden looks at how you can use the PHPUnit unit testing framework to be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuardo -StR- Rodríguez</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-353</link>
		<dc:creator>Stuardo -StR- Rodríguez</dc:creator>
		<pubDate>Wed, 22 Dec 2010 15:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-353</guid>
		<description>This means if I clone the latest from the gir repo, it will work for 1.3?</description>
		<content:encoded><![CDATA[<p>This means if I clone the latest from the gir repo, it will work for 1.3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wimg</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-289</link>
		<dc:creator>wimg</dc:creator>
		<pubDate>Mon, 16 Aug 2010 16:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-289</guid>
		<description>You&#039;re absolutely right. Because 1.3.0 is still an alpha release, I decided to create the rules for the latest stable release.

I just added the ruleset.xml and refactored the class names so they&#039;re now supported on 1.2.2 and 1.3.0-alpha1.

Thanks for reminding me, cause I completely forgot ;-)</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. Because 1.3.0 is still an alpha release, I decided to create the rules for the latest stable release.</p>
<p>I just added the ruleset.xml and refactored the class names so they&#8217;re now supported on 1.2.2 and 1.3.0-alpha1.</p>
<p>Thanks for reminding me, cause I completely forgot <img src='http://techblog.wimgodden.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-277</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 04 Aug 2010 02:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-277</guid>
		<description>I was just telling someone people should reuse existing PHP QA tools like PHPCS to detect keywords and other syntax things that may be deprecated in PHP 5.3.

I was excited to see you did most of the footwork. However, it doesn&#039;t work for me. It requires PHPCS version 1.2.2. Not the latest one. :) The latest one looks for ruleset.xml files inside of each Standards dir.

So here&#039;s the modified instructions:

1) Make sure you are running PHP 5.3!
2) Grab and unpack PHP_CodeSniffer version 1.2.2 from pear.php.net (or pear install it)
3) cd /CodeSniffer/Standards (i.e. cd PHP_CodeSniffer-1.2.2/CodeSniffer/Standards)
4) git clone git://github.com/wimg/PHP53Compat_CodeSniffer.git PHP53Compat
5) run phpcs --standard=PHP53Compat 

(the _Sniffer on there messed it up, and the --standard needs to match the directory name, etc.)</description>
		<content:encoded><![CDATA[<p>I was just telling someone people should reuse existing PHP QA tools like PHPCS to detect keywords and other syntax things that may be deprecated in PHP 5.3.</p>
<p>I was excited to see you did most of the footwork. However, it doesn&#8217;t work for me. It requires PHPCS version 1.2.2. Not the latest one. <img src='http://techblog.wimgodden.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The latest one looks for ruleset.xml files inside of each Standards dir.</p>
<p>So here&#8217;s the modified instructions:</p>
<p>1) Make sure you are running PHP 5.3!<br />
2) Grab and unpack PHP_CodeSniffer version 1.2.2 from pear.php.net (or pear install it)<br />
3) cd /CodeSniffer/Standards (i.e. cd PHP_CodeSniffer-1.2.2/CodeSniffer/Standards)<br />
4) git clone git://github.com/wimg/PHP53Compat_CodeSniffer.git PHP53Compat<br />
5) run phpcs &#8211;standard=PHP53Compat </p>
<p>(the _Sniffer on there messed it up, and the &#8211;standard needs to match the directory name, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wernight</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-263</link>
		<dc:creator>Wernight</dc:creator>
		<pubDate>Fri, 23 Jul 2010 06:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-263</guid>
		<description>I wish this will soon be merged in phpcs core. It&#039;s pretty much a must-have. False-positive are static analysis tools&#039; killer.</description>
		<content:encoded><![CDATA[<p>I wish this will soon be merged in phpcs core. It&#8217;s pretty much a must-have. False-positive are static analysis tools&#8217; killer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Automated PHP 5.3 compatibility testing for your (old) code « Wim Godden’s professional blog -- Topsy.com</title>
		<link>http://techblog.wimgodden.be/2010/06/24/automated-php-5-3-compatibility-testing-for-your-old-code/comment-page-1/#comment-194</link>
		<dc:creator>Tweets that mention Automated PHP 5.3 compatibility testing for your (old) code « Wim Godden’s professional blog -- Topsy.com</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.wimgodden.be/?p=132#comment-194</guid>
		<description>[...] This post was mentioned on Twitter by Greg Sherwood, Wim Godden. Wim Godden said: While waiting for news on #zendcon : new blog post : Automated PHP 5.3 compatibility testing : http://bit.ly/bn9OiQ #php53 #lesstediouswork [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Greg Sherwood, Wim Godden. Wim Godden said: While waiting for news on #zendcon : new blog post : Automated PHP 5.3 compatibility testing : <a href="http://bit.ly/bn9OiQ" rel="nofollow">http://bit.ly/bn9OiQ</a> #php53 #lesstediouswork [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

