<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: I ♥ register_globals</title>
	<link>http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/</link>
	<description>Just another nerd's weblog</description>
	<pubDate>Thu, 17 May 2012 17:20:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Mgccl</title>
		<link>http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/#comment-15549</link>
		<dc:creator>Mgccl</dc:creator>
		<pubDate>Fri, 25 Jan 2008 23:15:03 +0000</pubDate>
		<guid>http://lukewelling.com/2007/03/13/i-%e2%99%a5-register_globals/#comment-15549</guid>
		<description>not safe...
it'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'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>

