Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77986 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57977 invoked from network); 14 Oct 2014 13:27:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 13:27:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=kristopherwilson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kristopherwilson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.175 as permitted sender) X-PHP-List-Original-Sender: kristopherwilson@gmail.com X-Host-Fingerprint: 209.85.213.175 mail-ig0-f175.google.com Received: from [209.85.213.175] ([209.85.213.175:45533] helo=mail-ig0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/96-26074-AD42D345 for ; Tue, 14 Oct 2014 09:27:54 -0400 Received: by mail-ig0-f175.google.com with SMTP id uq10so14553547igb.8 for ; Tue, 14 Oct 2014 06:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qQdcW364+Weegrl4pTmynMhqgJ/CSEmjeQMiPtf68ag=; b=YdQs2WnhAiHF3/8r7AivRuH+ptbxpX0QrjOc5Z3Ap8J/EatmazqFh3lZQLf+RwM2ol 7TsJvLrZTSx5otWNzbRNsFsBNNdJWsAoDhU3lwO1m1pMosoTZYp3bodE7rPggCpddC5R /KyEt9tpedGcgbsXtM+1bmqyjEwgp664ifvmtsfH1BmR+95vMKXKJ0Eb9MlmRzbE7Bpu RMPj9IztsSYxGbnG48cpMrftYU8iMYyQCKJSamW980Tu4cgN+pOja+Qxo/SltC27NdIS AKJN5oNKtNXyisuxfTlzI2P3igHBpo6NtFbfZmRQHtOK0Vkx8n+MUaLfdFYRUYMryU0p FgWA== MIME-Version: 1.0 X-Received: by 10.107.167.66 with SMTP id q63mr2197738ioe.23.1413293271232; Tue, 14 Oct 2014 06:27:51 -0700 (PDT) Received: by 10.64.124.194 with HTTP; Tue, 14 Oct 2014 06:27:51 -0700 (PDT) In-Reply-To: References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> Date: Tue, 14 Oct 2014 09:27:51 -0400 Message-ID: To: Andrea Faulds Cc: Andrey Andreev , Kris Craig , PHP internals list Content-Type: multipart/alternative; boundary=001a1141dd08655615050561fbfd Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: kristopherwilson@gmail.com (Kristopher) --001a1141dd08655615050561fbfd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Oct 14, 2014 at 9:25 AM, Andrea Faulds wrote: > > Let=E2=80=99s add $_REQUEST_BODY and $_QUERY_STRING and make them aliases= of $_GET > and $_POST then. Because they=E2=80=99re aliases (by-reference supergloba= ls), > there=E2=80=99s no additional memory consumption, but we finally have san= er names. > > $_HTTP_REQUEST_BODY and $_HTTP_QUERY_STRING for nostalgia's sake. --001a1141dd08655615050561fbfd--