<?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 5.1 Released</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 00:47:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: James Coder</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11373</link>
		<dc:creator>James Coder</dc:creator>
		<pubDate>Thu, 01 Dec 2005 18:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11373</guid>
		<description>One feature I really like is the new ini setting &lt;a href="http://www.php.net/manual/en/ini.php#ini.list" rel="nofollow"&gt;allow_url_include&lt;/a&gt;.
This means that the old setting allow_url_fopen won't cover remote includes any more.  Hardly anyone needs to use remote includes, and they are pivotal in XSS attacks - but it's a shame to inhibit reading of remote information just to prevent remote includes.  Cheers for the php devteam.</description>
		<content:encoded><![CDATA[<p>One feature I really like is the new ini setting <a href="http://www.php.net/manual/en/ini.php#ini.list" rel="nofollow">allow_url_include</a>.<br />
This means that the old setting allow_url_fopen won&#8217;t cover remote includes any more.  Hardly anyone needs to use remote includes, and they are pivotal in XSS attacks - but it&#8217;s a shame to inhibit reading of remote information just to prevent remote includes.  Cheers for the php devteam.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: realmsurfer</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11341</link>
		<dc:creator>realmsurfer</dc:creator>
		<pubDate>Thu, 01 Dec 2005 08:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11341</guid>
		<description>Hopefully now a few more hosting companies will finally start to support PHP5.</description>
		<content:encoded><![CDATA[<p>Hopefully now a few more hosting companies will finally start to support PHP5.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mjackson42</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11314</link>
		<dc:creator>mjackson42</dc:creator>
		<pubDate>Wed, 30 Nov 2005 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11314</guid>
		<description>Yes, latest copy of phpBB:

"Your installation is up to date, no updates are available for your version of phpBB."

I'll try it again with PHP 5.1.1.</description>
		<content:encoded><![CDATA[<p>Yes, latest copy of phpBB:</p>
<p>&#8220;Your installation is up to date, no updates are available for your version of phpBB.&#8221;</p>
<p>I&#8217;ll try it again with PHP 5.1.1.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eric.Coleman</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11242</link>
		<dc:creator>Eric.Coleman</dc:creator>
		<pubDate>Mon, 28 Nov 2005 15:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11242</guid>
		<description>mjackson:

Are you keeping up 2 date with phpBB?  I had an installation of phpBB and it seemed to work fine.</description>
		<content:encoded><![CDATA[<p>mjackson:</p>
<p>Are you keeping up 2 date with phpBB?  I had an installation of phpBB and it seemed to work fine.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eric.Coleman</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11241</link>
		<dc:creator>Eric.Coleman</dc:creator>
		<pubDate>Mon, 28 Nov 2005 15:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11241</guid>
		<description>5.1.1 is out now.  Upgrade, a bunch of regressions were fixed :)

And if you aren't on internals, it was a fun time last week.  Plenty of flaming :)</description>
		<content:encoded><![CDATA[<p>5.1.1 is out now.  Upgrade, a bunch of regressions were fixed :)</p>
<p>And if you aren&#8217;t on internals, it was a fun time last week.  Plenty of flaming :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mjackson42</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11240</link>
		<dc:creator>mjackson42</dc:creator>
		<pubDate>Mon, 28 Nov 2005 15:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11240</guid>
		<description>I installed PHP 5.1 last week, and it broke phpBB (which I've been using for several years, and desperately want to replace but don't want to disrupt the community I've developed). Specifically, I could not log in - no errors, just no login. My guess is something with the date-checking. I'll wait for 5.1.1</description>
		<content:encoded><![CDATA[<p>I installed PHP 5.1 last week, and it broke phpBB (which I&#8217;ve been using for several years, and desperately want to replace but don&#8217;t want to disrupt the community I&#8217;ve developed). Specifically, I could not log in - no errors, just no login. My guess is something with the date-checking. I&#8217;ll wait for 5.1.1</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11230</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 28 Nov 2005 01:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11230</guid>
		<description>Hmm, I'm using PHP 5.1 beta on my public server since july and finally will update it to stable version. Great news!</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m using PHP 5.1 beta on my public server since july and finally will update it to stable version. Great news!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Edtinger</title>
		<link>http://www.sitepoint.com/blogs/2005/11/25/php-5-1-released/#comment-11209</link>
		<dc:creator>Nico Edtinger</dc:creator>
		<pubDate>Sat, 26 Nov 2005 18:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1328#comment-11209</guid>
		<description>If you're using a class called Date or Timezone wait 'till next week. 5.1.1 should be release on Monday.

b4n</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using a class called Date or Timezone wait &#8217;till next week. 5.1.1 should be release on Monday.</p>
<p>b4n</p>]]></content:encoded>
	</item>
</channel>
</rss>
