Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37390 invoked from network); 14 Oct 2014 16:52:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 16:52:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:36266] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/4B-18603-8C45D345 for ; Tue, 14 Oct 2014 12:52:25 -0400 Received: by mail-lb0-f178.google.com with SMTP id w7so8734567lbi.9 for ; Tue, 14 Oct 2014 09:52:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=cPHeCauz1XHV5KxWfclu0PKfngVe+vYy0GNAs+VeM7I=; b=iJfTcCNHjVEebeH3deqDzo++WbMcarm2PT0O/mkCVssosq0lgZ1aVuFiwFCuRmNxnV 5LwkZdcZyu/lZW3RCXae0MsuBHHYQKAzI+VT42I6k3Qgih4VO1cns3xTsfMYa/3rm7r4 R686GV0NElp43hzRt+AjFwvn1lc/1rGTHrvw4ht+UbVptvqDORq1I81X89ejhjigri+P 8WySrZ5ft4APEDZ5bEy9qiCzC38hlhuw/7OFFqSLBHFZzFUB5oMb3/s8euZdxFRtFI19 577n0i5wchiIqCfDjOlBp/O3j4W9LNa2jDnD6DGzoOWd/IuLmDmnbwJLNDuS1lYIdXmJ QJ6g== X-Received: by 10.112.85.138 with SMTP id h10mr6566869lbz.33.1413305542263; Tue, 14 Oct 2014 09:52:22 -0700 (PDT) Received: from [192.168.2.120] (82-149-112-10.wco.wellcom.at. [82.149.112.10]) by mx.google.com with ESMTPSA id qs2sm4896131lbb.28.2014.10.14.09.52.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Oct 2014 09:52:21 -0700 (PDT) Sender: Michael Wallner Message-ID: <543D54C3.40402@php.net> Date: Tue, 14 Oct 2014 18:52:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , Chris Wright CC: Ben Ramsey , Andrea Faulds , Andrey Andreev , Kris Craig , PHP internals list References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <4240E494-94E6-4FC9-BB84-C30FFA69129C@benramsey.com> <1413298939.18696.17.camel@kuechenschabe> In-Reply-To: <1413298939.18696.17.camel@kuechenschabe> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: mike@php.net (Michael Wallner) On 14/10/14 17:02, Johannes Schlüter wrote: > On Tue, 2014-10-14 at 14:53 +0100, Chris Wright wrote: > >> 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. > > For me
is a form, too. "get" even is default for > HTML s. This wouldn't show up in $_FORM, though. As much as I'd like to have as many synapses to always grok those edge cases, I think this is nitpicking :) For me the "form" term in case if HTTP request relates to the content type; GET forms obviously have no content type. Anyway, IIRC I started a similar discussion after a few glass of Scotch, and I'm in the "leave it alone" department now, too. -- Regards, Mike