<?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: PHP 5.2.1 is a Remote Include Hater</title>
	<atom:link href="http://www.v-nessa.net/2007/04/28/54/feed" rel="self" type="application/rss+xml" />
	<link>http://www.v-nessa.net/2007/04/28/54</link>
	<description>pink is the new black</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:29:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://www.v-nessa.net/2007/04/28/54/comment-page-1#comment-2543</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Tue, 07 Aug 2007 20:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/04/28/54/#comment-2543</guid>
		<description>Remote includes are a dangerous game anyway. I&#039;d definitely recommend using cURL instead.

Here&#039;s a replacement function:
&lt;code&gt;
function url_get_contents( $url )
{
	$get = curl_init( $url );
	curl_setopt($get, CURLOPT_RETURNTRANSFER, 1);
	return curl_exec($blog_info_data);
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Remote includes are a dangerous game anyway. I&#8217;d definitely recommend using cURL instead.</p>
<p>Here&#8217;s a replacement function:<br />
<code><br />
function url_get_contents( $url )<br />
{<br />
	$get = curl_init( $url );<br />
	curl_setopt($get, CURLOPT_RETURNTRANSFER, 1);<br />
	return curl_exec($blog_info_data);<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; PHP Injections for Dummies&#160; - v-nessa.net</title>
		<link>http://www.v-nessa.net/2007/04/28/54/comment-page-1#comment-311</link>
		<dc:creator>&#187; PHP Injections for Dummies&#160; - v-nessa.net</dc:creator>
		<pubDate>Tue, 08 May 2007 01:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/04/28/54/#comment-311</guid>
		<description>[...] UPDATE: Since php 5.2.1, remote includes are no longer enabled without the php.ini directive for allow_url_include. Read Post [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: Since php 5.2.1, remote includes are no longer enabled without the php.ini directive for allow_url_include. Read Post [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
