<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MaggsWeb:7 &#187; security</title>
	<atom:link href="http://www.maggsweb.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maggsweb.com</link>
	<description>www.maggsweb.com</description>
	<lastBuildDate>Sat, 21 Aug 2010 20:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manually setting register_globals</title>
		<link>http://www.maggsweb.com/php/manually-register-globals/</link>
		<comments>http://www.maggsweb.com/php/manually-register-globals/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:10:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[register_global]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.maggsweb.com/?p=835</guid>
		<description><![CDATA[This value is generally set in the httpd.conf (server) file, which is generally not accessible to users on shared hosting packages. So, here are a few ways to get around this. In a &#8216;.htaccess&#8217; file, stored in web root: php_value register_globals on or in a &#8216;php.ini&#8217; file, also stored in the web root: register_globals = [...]]]></description>
			<content:encoded><![CDATA[<p>This value is generally set in the httpd.conf (server) file, which is generally not accessible to users on shared hosting packages.  So, here are a few ways to get around this.<br />
<span id="more-835"></span></p>
<p>In a &#8216;.htaccess&#8217; file, stored in web root:<br />
php_value register_globals on</p>
<p>or in a &#8216;php.ini&#8217; file, also stored in the web root:<br />
register_globals = on</p>
<p>More details on this and other override settings can be found in this excellent article: <a href='http://www.sitepoint.com/blogs/2010/03/04/how-to-override-php-configuration-settings/' target='_new' onclick="pageTracker._trackPageview('/outgoing/www.sitepoint.com/blogs/2010/03/04/how-to-override-php-configuration-settings/?referer=');">http://www.sitepoint.com/blogs/2010/03/04/how-to-override-php-configuration-settings/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maggsweb.com/php/manually-register-globals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
