On Wed, 13 Feb 2008, Stanislav Malyshev wrote: > > matching GET/POST. I think this should be cleaned up so that _REQUEST > > behavior would conform its use case. > > Attached is the patch that implements request_order .ini value. Comments?
Yes... I didn't seem to see a default: + STD_PHP_INI_ENTRY("request_order", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR,OnUpdateString, request_order, php_core_globals, core_globals) Which means that without this setting, nothing ends up in request. The default should be what it is now ("GPC"). The same is true for php.ini-dist - it should mention the default (still commented out, just like the rest) as "GPC" too. regards, -- Derick Rethans http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php