Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65942 invoked from network); 14 Oct 2014 18:36:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 18:36:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:60319] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/51-18603-E3D6D345 for ; Tue, 14 Oct 2014 14:36:47 -0400 Received: by mail-wi0-f176.google.com with SMTP id hi2so10960796wib.9 for ; Tue, 14 Oct 2014 11:36:44 -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 :content-type; bh=Beo7pQSZ4e924NDU9tJ4iGqRzcGSJN90yg7UqWFWjnE=; b=Yt8rj2hgI8pOswXuAI2SgpPdeKbuZcmOKuxWJktWy0YSLReeE0x7mmJ5u6fLnKA9sF LwAzb4RGuBuNspBPyh0CWmZaBqNOU67jUN5DF6EYcD/ktKq8y5J/+GWVRFfe6QEblXll /h2109fXMMgwSvrTO3da55GsOTS+nWXZ+pW+iTXovcEStu/g+fpNPFwxu/2sx1bgjteR jE+TJpLthbL2bRbhZMtVnSipsupwxsjLU6+owES5PsF/eVy7WDC3BuLEOc/oo7IJwSpB I1prahPYlHeOK8P5kmSYuTikZWKAfr45rQUpKLrZk12++3Z5lBEvU5bm5oqaa0JWkYbs sC7A== MIME-Version: 1.0 X-Received: by 10.194.191.233 with SMTP id hb9mr7221547wjc.10.1413311803926; Tue, 14 Oct 2014 11:36:43 -0700 (PDT) Received: by 10.217.55.195 with HTTP; Tue, 14 Oct 2014 11:36:43 -0700 (PDT) In-Reply-To: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> Date: Tue, 14 Oct 2014 19:36:43 +0100 Message-ID: To: PHP internals list Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: leight@gmail.com (Leigh) I'm sure the previous 50+ messages are bikeshedding on names for new superglobals, so going to skip them (sorry for anyone who had a valid point). So, my 2p, the entity bodies of PUT and DELETE should go in $_POST (yes, keeping that name) - I see no reason to cater for other methods outside of the HTTP 1.1 spec. (Yes, looking at you WebDAV, I don't care about you) I am happy to do RFC + patch as required for this change.