<?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: SVN Pre-commit duty: Lint your PHP</title>
	<atom:link href="http://www.102degrees.com/blog/2008/09/21/svn-pre-commit-duty-lint-your-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.102degrees.com/blog/2008/09/21/svn-pre-commit-duty-lint-your-php/</link>
	<description>Web Programming and Design by Aaron Saray</description>
	<pubDate>Tue, 06 Jan 2009 03:51:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Travis</title>
		<link>http://www.102degrees.com/blog/2008/09/21/svn-pre-commit-duty-lint-your-php/comment-page-1/#comment-762</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/?p=225#comment-762</guid>
		<description>Good point, Aaron, hadn't thought of that. Guess I'll have to actually work instead of being that lazy. :-P</description>
		<content:encoded><![CDATA[<p>Good point, Aaron, hadn&#8217;t thought of that. Guess I&#8217;ll have to actually work instead of being that lazy. <img src='http://www.102degrees.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.102degrees.com/blog/2008/09/21/svn-pre-commit-duty-lint-your-php/comment-page-1/#comment-761</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 22 Sep 2008 18:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/?p=225#comment-761</guid>
		<description>@Travis: I thought about this - but SVN Stat can generate output for modified folders - and PHP will then start spitting out all these messages like "Cannot open input file".  I did not want those to pop up.  Good points on adding in new file extensions - you'll just have to remember what they are and modify the script!</description>
		<content:encoded><![CDATA[<p>@Travis: I thought about this - but SVN Stat can generate output for modified folders - and PHP will then start spitting out all these messages like &#8220;Cannot open input file&#8221;.  I did not want those to pop up.  Good points on adding in new file extensions - you&#8217;ll just have to remember what they are and modify the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.102degrees.com/blog/2008/09/21/svn-pre-commit-duty-lint-your-php/comment-page-1/#comment-760</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 22 Sep 2008 17:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.102degrees.com/blog/?p=225#comment-760</guid>
		<description>Wouldn't it also work to simply grab *all* files from the output of svn stat and run those through the linting process? Unless I'm terribly mistaken, the PHP parser will essentially ignore everything that isn't between  tags (or  if you have short tags enabled) - this way, if you get crazy and start doing .pjs or .pcss files, or if you happen to have code where included files have a .inc extension, or any other such ridiculousness, your lint script still works, and it shouldn't really take all that much extra time for PHP to say "Oh look, there's no PHP in this file, moving on!"</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t it also work to simply grab *all* files from the output of svn stat and run those through the linting process? Unless I&#8217;m terribly mistaken, the PHP parser will essentially ignore everything that isn&#8217;t between  tags (or  if you have short tags enabled) - this way, if you get crazy and start doing .pjs or .pcss files, or if you happen to have code where included files have a .inc extension, or any other such ridiculousness, your lint script still works, and it shouldn&#8217;t really take all that much extra time for PHP to say &#8220;Oh look, there&#8217;s no PHP in this file, moving on!&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.152 seconds -->
