Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72284 invoked from network); 28 Oct 2014 15:58:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2014 15:58:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=ben@benramsey.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ben@benramsey.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain benramsey.com from 209.85.216.173 cause and error) X-PHP-List-Original-Sender: ben@benramsey.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:59287] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/48-21571-92DBF445 for ; Tue, 28 Oct 2014 10:58:34 -0500 Received: by mail-qc0-f173.google.com with SMTP id x3so765450qcv.32 for ; Tue, 28 Oct 2014 08:58:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=KM3X35oCL1ZG7EMqSe7PyFIov4qc+MpU1MDHO2Xshyg=; b=cuMfaJkdV2qEDt57t+b/86Zl1ZmnZX95FQDoqSN0KHRTmDVJoQeyq2igPDQhSGF+IV lUGgsTXH6cQ3iWfwGZs0wRr+Hud0jiiyP+HrJggM32pdCVhfBIDd0iQknevaHLQ6YKk0 NjjghV+n/LIZ+khx5q8LC8eLV5Dkbnug0y2vJq4mPlufSDPoEvyzeOoO5rJXdQXvijex dv/O280n8Wbxn4P+QfMI1W5wg5Vh1fpD0kRZ1mMvJh7WnXHW6/CvA6u7Hwl2qycsfxQf UI5FFy9AJDcS3fMgm/iZ9z5xwaE1pJpmttveq0CYB2e7y1RVlaxgPb7/Uelzikbg/Ezv YjAQ== X-Gm-Message-State: ALoCoQnVvKvSuoKC3jpjohhNWwdX0nBBJnJwms7C25Hz3v9dLjBiyYoACK0HVCmmLASxL0HoF1mS X-Received: by 10.224.11.6 with SMTP id r6mr6448918qar.42.1414511910323; Tue, 28 Oct 2014 08:58:30 -0700 (PDT) Received: from [10.0.0.18] (c-68-52-228-18.hsd1.tn.comcast.net. [68.52.228.18]) by mx.google.com with ESMTPSA id d68sm1624909qga.17.2014.10.28.08.58.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 08:58:29 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) In-Reply-To: <58B69565-F815-4C65-9EA6-94E55857564D@php.net> Date: Tue, 28 Oct 2014 10:58:28 -0500 Cc: Stas Malyshev , Dave , Zeev Suraski , Kris Craig , Rasmus Lerdorf , Rowan Collins , PHP internals list Content-Transfer-Encoding: quoted-printable Message-ID: 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> To: Will Fitch X-Mailer: Apple Mail (2.1990.1) Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: ben@benramsey.com (Ben Ramsey) > On Oct 26, 2014, at 4:30 PM, Will Fitch wrote: >=20 > 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=E2=80=99ll even volunteer to help = make this happen with a v2 that adheres to the PHP-FIG=E2=80=99s PSR-7 = proposal. -Ben=