<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I check if my sites will run in PHP5 ?</title>
	<link>http://ask.metafilter.com/70676/How-can-I-check-if-my-sites-will-run-in-PHP5/</link>
	<description>Comments on Ask MetaFilter post How can I check if my sites will run in PHP5 ?</description>
	<pubDate>Mon, 03 Sep 2007 09:59:12 -0800</pubDate>
	<lastBuildDate>Mon, 03 Sep 2007 09:59:12 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I check if my sites will run in PHP5 ?</title>
		<link>http://ask.metafilter.com/70676/How-can-I-check-if-my-sites-will-run-in-PHP5</link>	
		<description>Is there any script or sh command to check all given scripts or files to see if it will be compatible with PHP5? &lt;br /&gt;&lt;br /&gt; I know that PHP5 has some issues with backwards compatibility, and I need to upgrade my server PHP version from 4 to 5, but I&apos;ve around 40 sites running (most of them with no big PHP functionality, small contact forms and that).&lt;br&gt;
&lt;br&gt;
Is there any script or sh command to check all given scripts or files to see if it will be compatible with PHP5?&lt;br&gt;
&lt;br&gt;
I think it couldn&apos;t be a big problem to do something like this, specially if it&apos;s only based on this reference:&lt;br&gt;
http://ar.php.net/manual/en/migration5.incompatible.php</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.70676</guid>
		<pubDate>Mon, 03 Sep 2007 08:47:04 -0800</pubDate>
		<dc:creator>Leech</dc:creator>
		
			<category>php</category>
		
			<category>php5</category>
		
			<category>migration</category>
		
			<category>programming</category>
		
	</item> <item>
		<title>By: Leech</title>
		<link>http://ask.metafilter.com/70676/How-can-I-check-if-my-sites-will-run-in-PHP5#1054416</link>	
		<description>Well, probably anyone did it before..</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70676-1054416</guid>
		<pubDate>Mon, 03 Sep 2007 09:59:12 -0800</pubDate>
		<dc:creator>Leech</dc:creator>
	</item><item>
		<title>By: ijoshua</title>
		<link>http://ask.metafilter.com/70676/How-can-I-check-if-my-sites-will-run-in-PHP5#1054568</link>	
		<description>You&apos;d need a parser and syntax checker to do it right.  I know there&apos;s at least one PHP parser that exists written in Scheme, but I don&apos;t know if there is anything that will simply vouch for PHP 5 compatibility.&lt;br&gt;
&lt;br&gt;
In addition to the relatively simple parsing problem, you&apos;d need the incompatible changes to be detectable in &lt;a href=&quot;http://en.wikipedia.org/wiki/Static_code_analysis&quot;&gt;static analysis.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70676-1054568</guid>
		<pubDate>Mon, 03 Sep 2007 12:46:13 -0800</pubDate>
		<dc:creator>ijoshua</dc:creator>
	</item><item>
		<title>By: ph00dz</title>
		<link>http://ask.metafilter.com/70676/How-can-I-check-if-my-sites-will-run-in-PHP5#1055278</link>	
		<description>Really, there shouldn&apos;t be a lot of problems... and php5 really is a lot better in all kinds of little ways. The main thing is that you really wanna use this an opportunity to be fully into the $_REQUEST/$_POST/$_GET/$_SERVER/etc... model of coding, away from the register variables stuff.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70676-1055278</guid>
		<pubDate>Tue, 04 Sep 2007 06:32:44 -0800</pubDate>
		<dc:creator>ph00dz</dc:creator>
	</item>
	</channel>
</rss>
