Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78474 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84161 invoked from network); 30 Oct 2014 17:17:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2014 17:17:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=larry@garfieldtech.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=larry@garfieldtech.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain garfieldtech.com from 66.111.4.27 cause and error) X-PHP-List-Original-Sender: larry@garfieldtech.com X-Host-Fingerprint: 66.111.4.27 out3-smtp.messagingengine.com Received: from [66.111.4.27] ([66.111.4.27:56856] helo=out3-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/C9-33916-5B272545 for ; Thu, 30 Oct 2014 12:17:41 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 75A7F20D2B for ; Thu, 30 Oct 2014 13:17:38 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 30 Oct 2014 13:17:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=x9F1EP+3B98jIGlXUjNvpg jI6dc=; b=hhpLurN4uyfOfGjEMQlYI+/dBtnA24MSTns9T8bYbEvCUIDnu6Nc+/ dZKyc4pi/ZjEkbHZrioFNQ7SblzPgjnwJrUjAE5k6uVVTSBOngUO2JuaZUo6iwIa EklryizJCigx5Cr19nSSICzZ0QbmCfXPW8IHTnA6vGmOxf1mZu4QU= X-Sasl-enc: QKKIlzdxPnP4Xc7MoQ+k2ECBG6g6oUMhaRVzVMsUcXvx 1414689458 Received: from Palantirs-MacBook-Pro-5.local (unknown [63.250.249.138]) by mail.messagingengine.com (Postfix) with ESMTPA id 39CD56800D2 for ; Thu, 30 Oct 2014 13:17:38 -0400 (EDT) Message-ID: <545272B1.6030801@garfieldtech.com> Date: Thu, 30 Oct 2014 12:17:37 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: internals@lists.php.net References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <8CB055D4-F164-4DF3-B019-684BAE7E016E@ajf.me> <543D47C1.9050009@lerdorf.com> <543D4CE1.5000109@lerdorf.com> <543D6864.10508@gmail.com> <543D85E6.2020507@lerdorf.com> <57b7a3681d6c2c7ae123c8921b2d19d6@mail.gmail.com> <544D65F7.8070807@sugarcrm.com> <58B69565-F815-4C65-9EA6-94E55857564D@php.net> <544FC397.4090201@php.net> In-Reply-To: <544FC397.4090201@php.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: larry@garfieldtech.com (Larry Garfield) On 10/28/14, 11:25 AM, Michael Wallner wrote: > On 28/10/14 16:58, Ben Ramsey wrote: >> >>> On Oct 26, 2014, at 4:30 PM, Will Fitch wrote: >>> >>> 100% agree. Perhaps focusing on getting pecl/http v2 added as ext >>> or core should be the real discussion: >>> https://wiki.php.net/rfc/pecl_http >>> . >> >> >> I would be supportive of this, and I’ll even volunteer to help make >> this happen with a v2 that adheres to the PHP-FIG’s PSR-7 proposal. > > This already is v2, and PHP-FIG has been, well, I don't know how to call > that, dismissive(?) about the invitation to discuss. We have? FIG's been discussing PSR-7 a lot lately. :-) You're welcome to join in. Our general stance is that request information should be read from an object, not a superglobal, though. --Larry Garfield