Re: [PHP-DEV] [PATCH] Removal of deprecated 'gpc_order' php.ini option

2004-01-21 Thread Jani Taskinen
On Wed, 21 Jan 2004, Zeev Suraski wrote: >There is some BC issue, because if you configured gpc_order for something >specific and you rely on it, this setting will be silently ignored... Well, my patch makes variables_order to default to EGPCS so it wouldn't mean the variables wouldn't b

Re: [PHP-DEV] [PATCH] Removal of deprecated 'gpc_order' php.ini option

2004-01-21 Thread Zeev Suraski
There is some BC issue, because if you configured gpc_order for something specific and you rely on it, this setting will be silently ignored... I *think* it's probably not that popular to change it, and that it's becoming less and less of an issue with the autoglobals. But on the other hand, w