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
NULL means variable_order is used.
php.ini-dist - it should mention the default (still commented out, just like the rest) as "GPC" too.
Setting this as GPC gives wrong idea - recommended setting is GP, as C is useful only in very rare situations for special applications.
-- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
