Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35107 invoked by uid 1010); 13 Feb 2008 21:41:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35092 invoked from network); 13 Feb 2008 21:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2008 21:41:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:36406] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/50-24174-BE363B74 for ; Wed, 13 Feb 2008 16:41:01 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id m1DLeumZ011246; Wed, 13 Feb 2008 22:40:56 +0100 Date: Wed, 13 Feb 2008 22:40:59 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Stanislav Malyshev cc: "'PHP Internals'" In-Reply-To: <47B35ED7.4000104@zend.com> Message-ID: References: <47AA5354.7020806@zend.com> <47B35ACD.4090900@zend.com> <47B35ED7.4000104@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] _REQUEST and variable_order From: derick@php.net (Derick Rethans) On Wed, 13 Feb 2008, Stanislav Malyshev wrote: > > 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. Yes, that's why php.ini-recommended should have GP. However, php.ini-dist documents *the default* - which should be GPC, like it is right now. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org