Default INI values for deprecated directives

php.internals

Hannes Magnusson

19 years ago
Hi all I just noticed that we have magic_quotes_gpc, register_long_arrays and allow_call_time_pass_reference enabled by default (php.ini-dist/no ini). All three have been removed in HEAD (magic_quotes_gpc and register_long_arrays even raise E_CORE_ERROR) so I was wondering if it isn't time to disable them all in 5.2? -Hannes