On 10/25/2010 09:49 AM, Paul M Foster wrote:
> On Sun, Oct 24, 2010 at 09:33:23PM -0400, Adam Richardson wrote:
> 
> <snip>
> 
>> <http://www.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc>This
>> was after many criticisms were leveled against the use of magic quotes:
>> http://en.wikipedia.org/wiki/Magic_quotes
> 
> Wait-- according to this last link, magic quotes are only inserted on
> GET, POST, REQUEST and COOKIE values. I've never seen this in the
> php.net docs. Did I miss something? Is the link correct and the php.net
> docs incomplete? Or am I just horribly misguided?
> 
> Paul
> 

magic_quotes_gpc yes (Get, Post, Cookie).  magic_quotes_runtime controls
these:
http://www.php.net/manual/en/info.configuration.php#ini.magic-quotes-runtime

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to