2010/11/18 Jani Taskinen <jani.taski...@iki.fi>:
> 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

Jani, you are 100% right, I did not conceive that it was possible and
sane to change php.ini's default value without the internal fallback.

It makes me feel that it is therefore even more important to accept
such a change in a PHP greater than 5!

Patrick

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

Reply via email to