On Nov 18, 2010, at 12:41 PM, Patrick ALLAERT wrote:
> Disabling it by default is the first mandatory step, [done] in PHP
> 5.3, magic_quotes_gpc has been turned off by default at the same time
> as providing a -development and -production version of the php.ini
> file.

AFAICT magic_quotes_gpc is still "On" in PHP_5_3 and trunk if you don't use any 
php.ini:

$ php -n --ri core | grep magic
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off

Or what did you mean? :)

--Jani


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to