Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35536 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80816 invoked by uid 1010); 16 Feb 2008 00:21:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80801 invoked from network); 16 Feb 2008 00:21:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2008 00:21:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 207.210.105.50 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 207.210.105.50 analucia.asmallorange.com Received: from [207.210.105.50] ([207.210.105.50:48359] helo=analucia.asmallorange.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/88-11466-89C26B74 for ; Fri, 15 Feb 2008 19:21:44 -0500 Received: from c-24-20-30-252.hsd1.wa.comcast.net ([24.20.30.252]:39202 helo=[192.168.3.107]) by analucia.asmallorange.com with esmtpa (Exim 4.68) (envelope-from ) id 1JQAoL-0002dq-F0; Fri, 15 Feb 2008 19:21:45 -0500 In-Reply-To: <47B36616.8060900@zend.com> References: <47AA5354.7020806@zend.com> <47B35ACD.4090900@zend.com> <47B35ED7.4000104@zend.com> <47B36616.8060900@zend.com> Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: Derick Rethans , 'PHP Internals' Content-Transfer-Encoding: 7bit Date: Fri, 15 Feb 2008 16:21:26 -0800 To: Stanislav Malyshev X-Mailer: Apple Mail (2.753) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - analucia.asmallorange.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roshambo.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] _REQUEST and variable_order From: philip@roshambo.org (Philip Olson) On Feb 13, 2008, at 1:50 PM, Stanislav Malyshev wrote: >> 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. > > The default is NULL, which means using variables_order - just as > before. I don't see a lot of reason to change it to GPC - it would > be neither old compatible way (using variables_order) nor new > recommended way (using request_order=GP). The default behaviour is proper in php.ini-dist and GPC is the default if no php.ini exists. The use of GP should be documented in php.ini-recommended like the other changes there, but php.ini-dist is not the place for that except it should mention that variables_order is the default like it currently does in the patch. Regards, Philip