Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78021 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11605 invoked from network); 14 Oct 2014 15:02:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 15:02:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:60345] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/06-18603-60B3D345 for ; Tue, 14 Oct 2014 11:02:31 -0400 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 75F1F44E58; Tue, 14 Oct 2014 17:02:42 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-7-33.dynamic.mnet-online.de [93.104.7.33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id CDA4E44E57; Tue, 14 Oct 2014 17:02:34 +0200 (CEST) Message-ID: <1413298939.18696.17.camel@kuechenschabe> To: Chris Wright Cc: Ben Ramsey , Andrea Faulds , Andrey Andreev , Kris Craig , PHP internals list Date: Tue, 14 Oct 2014 17:02:19 +0200 In-Reply-To: References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <4240E494-94E6-4FC9-BB84-C30FFA69129C@benramsey.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2014-10-14 at 14:53 +0100, Chris Wright wrote: > > Agreed, and it seems that’s what PHP-FIG is working on for user land: > > https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md It is great that such things are standardized in userland form - I'm strongly in favor of having the core language only the foundation. Userland code can be managed way simpler than anything in the core runtime. > 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. johannes