Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98784 invoked from network); 18 May 2009 16:59:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2009 16:59:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.221.107 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.221.107 mail-qy0-f107.google.com Received: from [209.85.221.107] ([209.85.221.107:41607] helo=mail-qy0-f107.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/0B-44945-9F3911A4 for ; Mon, 18 May 2009 12:59:37 -0400 Received: by qyk5 with SMTP id 5so978374qyk.29 for ; Mon, 18 May 2009 09:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2L4cHK9INs13cjtktuzgLn4kOsfvnmgsZzy1TzaGnpg=; b=oHoODqu1Ms8YAnOcjLTOjyGtctUQ8xXwTI9pNPJiBD0BUweJvwJwkD3JICfUxGzklQ Ub2ipTExV0E5YZO75FziUayA8kpqm242DInH64dAZqUJNTMBq1U87UawtiSj8v1BGXfY F/h52TTwaZyhtNcI7sz9xnfGO+RL5MPAEaNyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oa+JhcNq3vsUc2sZol2erBbx8YDp03g/W4eLxrxSDlHYJ5pvaJbxrXNbZwWxhLyqeC CuMQP9eg+3zOSqjnvzE0h4eMmk26qbPV5X9ZMi5oZbIunJq8JsORvTKvJfgoY9Y4tN5v Hbt+yd1OO5d5pOkkbQ4mHAjJ9vrKq4slkb7UM= MIME-Version: 1.0 Received: by 10.220.91.203 with SMTP id o11mr6717126vcm.95.1242665974487; Mon, 18 May 2009 09:59:34 -0700 (PDT) In-Reply-To: <4A11489C.6060101@cschneid.com> References: <4A0C9516.8060808@gmail.com> <4A0D2648.3050802@lerdorf.com> <4A11489C.6060101@cschneid.com> Date: Mon, 18 May 2009 09:59:34 -0700 Message-ID: To: Christian Schneider Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Why does $_REQUEST exist? From: mike503@gmail.com (Michael Shadle) On Mon, May 18, 2009 at 4:38 AM, Christian Schneider wrote: > There's a big difference between changing some rare features (and no, > 5.3 needs - almost no to - no changes with the code bases I know) and > removing something *everybody* uses. > > Apart from the fact that _REQUEST is not evil per se, the new setting > request_order turns it into something sane again... > > So please let's end (at least the public) discussion here ;-) Not *everybody* uses it. a) Once again I'll use python as an example, you -can- break backwards compatibility to finally break free of certain stigmas b) Would it be possible to tweak request_order so if it is blank, it does not even create $_REQUEST? That I suppose would be good enough for me.