<?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: I ♥ register_globals</title>
	<atom:link href="http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/</link>
	<description>Just another nerd’s weblog</description>
	<lastBuildDate>Mon, 15 Feb 2010 06:11:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mgccl</title>
		<link>http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/comment-page-1/#comment-426</link>
		<dc:creator>Mgccl</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/#comment-426</guid>
		<description>not safe...
it&#039;s easy to write a script emulate register_global... no need to turn it on in PHP
a script read though the $_REQUEST or w/e other array and turn them into variables...
I wrote one here
http://mgccl.com/2007/01/26/register-globals-inactive-and-you-want-its-function
but I believe there is a faster way... use extract() or something...
I believe there are ways to let php include a file even if it&#039;s not specified for inclusion</description>
		<content:encoded><![CDATA[<p>not safe&#8230;<br />
it&#8217;s easy to write a script emulate register_global&#8230; no need to turn it on in PHP<br />
a script read though the $_REQUEST or w/e other array and turn them into variables&#8230;<br />
I wrote one here<br />
<a href="http://mgccl.com/2007/01/26/register-globals-inactive-and-you-want-its-function" rel="nofollow">http://mgccl.com/2007/01/26/register-globals-inactive-and-you-want-its-function</a><br />
but I believe there is a faster way&#8230; use extract() or something&#8230;<br />
I believe there are ways to let php include a file even if it&#8217;s not specified for inclusion</p>
]]></content:encoded>
	</item>
</channel>
</rss>
