Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78891 invoked from network); 14 Oct 2014 13:53:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 13:53:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.54 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.54 mail-qa0-f54.google.com Received: from [209.85.216.54] ([209.85.216.54:33223] helo=mail-qa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/5B-26074-1CA2D345 for ; Tue, 14 Oct 2014 09:53:06 -0400 Received: by mail-qa0-f54.google.com with SMTP id i13so5766475qae.41 for ; Tue, 14 Oct 2014 06:53:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=84jpW6wbQdnc9FuTVPXd9kpfYfbN+tzsYV3smlsL584=; b=eGPtk0efvLIgF1yw/mOxeLekG6oKkmirPWU5V3zuY1E9VuQV2KMUWEZ0y+hCRjEugb xMgaINzzCly++y7MyxYhTH0ecj9si27F5Femlsz1v7yhfFyw4bNgCqOE+ar8K9+jiR6g EY25odlS6DXoJSQijCbA7kjRVJWvw560ljwpiEPzr0XWc++6X6OQw3wX6e6yA0k7u7hd o7GixyPW/N0BoVbiouuGe/7MyUIdTOuRf1VsGju/sa6azt/xf21ABFeVcZEq+Am7bAif 7fmYu05AzILmBowquTIS6Peqa/sS/1W7bofNANJgwqzUqe04JBbXqLtdDH5Kuwqnz0EL 3pig== MIME-Version: 1.0 X-Received: by 10.224.64.71 with SMTP id d7mr9574679qai.16.1413294781509; Tue, 14 Oct 2014 06:53:01 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Tue, 14 Oct 2014 06:53:01 -0700 (PDT) In-Reply-To: <4240E494-94E6-4FC9-BB84-C30FFA69129C@benramsey.com> References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <4240E494-94E6-4FC9-BB84-C30FFA69129C@benramsey.com> Date: Tue, 14 Oct 2014 14:53:01 +0100 X-Google-Sender-Auth: oyc5mr5-a-kdbuMo5oCujyWCgiE Message-ID: To: Ben Ramsey Cc: Chris Wright , Andrea Faulds , Andrey Andreev , Kris Craig , PHP internals list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: cw@daverandom.com (Chris Wright) On 14 October 2014 14:33, Ben Ramsey wrote: > > On Oct 14, 2014, at 8:30 AM, Chris Wright wrote: >> I suggested this a while ago, people didn't like the idea, and I'm not >> sure I do any more, either. We'd do much better focusing on creating a >> standard native request *object* which provides clean access to this >> data, and other things that are clumsy at the moment, such as request >> headers. > > > Agreed, and it seems that=E2=80=99s what PHP-FIG is working on for user l= and: > https://github.com/php-fig/fig-standards/blob/master/proposed/http-messag= e.md > > -Ben PECL HTTP v2 already has this, actually: http://devel-m6w6.rhcloud.com/mdref/http/Env/Request# Also, I think Mike got the naming right there as well, $form is the accurate description of what it is.