Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78435 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76737 invoked from network); 28 Oct 2014 16:26:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2014 16:26:12 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:49113] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/19-21571-C93CF445 for ; Tue, 28 Oct 2014 11:26:07 -0500 Received: by mail-wg0-f52.google.com with SMTP id y10so1274098wgg.23 for ; Tue, 28 Oct 2014 09:26:02 -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=8WYIL2ZhpMDiIincdkN5wygqFAJG0OpDvlCk8vw+6eU=; b=JL3td2FG/p4mb9gQBKNG8yI6gvhCjXY7NHSeuFMGGv/UoR9XB4V8UkKF9NbAH4whXh fl4koeH0ccG8ep8+QbzcTZ6Y1vdVqJIoFvFJ+hTMUy66+mi4OKwJK2AKe2S3lhHbpebl LzklHrKfWF4pyJfM2YfnkjkMIkadR1MuVIwjaHLCDPbNMp4hct5dyaDVdMsIhqCs8p1F VGG6wo9nv+yhkjvSVGcp4vTV5gVMVYRmn/lGaCOmLgpFLte+BwILH27njTbrnCFvqBkR OgriiwGWX68c67RkrBp9Gr9gmJIBIexYUiDAAPONAIU7KahEFa9h3d8oUwwxznrrhV7Q mINQ== X-Received: by 10.194.82.161 with SMTP id j1mr5706682wjy.38.1414513561772; Tue, 28 Oct 2014 09:26:01 -0700 (PDT) Received: from [192.168.1.163] (95-143-224-254.customer.bnet.at. [95.143.224.254]) by mx.google.com with ESMTPSA id ua8sm2378456wjc.7.2014.10.28.09.25.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Oct 2014 09:26:00 -0700 (PDT) Sender: Michael Wallner Message-ID: <544FC397.4090201@php.net> Date: Tue, 28 Oct 2014 17:25:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Ben Ramsey , Will Fitch CC: Stas Malyshev , Dave , Zeev Suraski , Kris Craig , Rasmus Lerdorf , Rowan Collins , PHP internals list 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> In-Reply-To: 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 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. Anyway, there's not been a single question since the RFC announcement, except about the dependencies, so either nobody is interested, or those who use it are fine with it. -- Regards, Mike