Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99769 invoked from network); 28 Jan 2015 17:58:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 17:58:34 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:38426] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/36-44076-94329C45 for ; Wed, 28 Jan 2015 12:58:34 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id C2208B0008E; Wed, 28 Jan 2015 12:58:29 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Woi0b-QD8wFo; Wed, 28 Jan 2015 12:58:29 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 98BA1B0007B; Wed, 28 Jan 2015 12:58:28 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Wed, 28 Jan 2015 17:58:25 +0000 Cc: Michael Wallner , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <4534A7F1-F7AB-4025-A9D0-5D82A482E836@ajf.me> References: <54C8D36E.7010803@php.net> To: Levi Morrison X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] [VOTE] pecl_http From: ajf@ajf.me (Andrea Faulds) Hi Levi, > On 28 Jan 2015, at 17:53, Levi Morrison wrote: >=20 >>=20 >> Discussion has been very low on this topic since it was proposed on >> August 19th, so I just opened the vote on the RFC whether to add >> pecl_http to the core. The vote will be open until about 12:00 UTC on >> Friday, February 6th. >>=20 >> https://wiki.php.net/rfc/pecl_http#vote >=20 >=20 > I wish you had pinged the list before opening the vote. I know there = were a > few people who wanted to make comments but have just been very busy. = For > example, I have been dealing with the return types RFC which has = soaked up > all of the time I have for working on PHP projects. >=20 > Some feedback: I feel the RFC is not clear about the advantages and > disadvantages of including this package. Mostly, the RFC is "hey I = have > this package can we include it in core?" I feel like it's fairly = incomplete > as to *why* we should include it. There is a fair amount of work done = in > user-land for these types of utilities, and I think without a more = balanced > discussion we'd be giving this extension a distinct advantage. >=20 > If we allow it to remain in voting phase despite these issues, I have = to > vote no simply because I don't feel like there is enough information > presented in the RFC for anyone except current pecl_http users to make = a > good decision; that's hardly a good situation for the language as a = whole. I completely agree here: reading the RFC I have little idea as to: * What pecl/http actually is * What pecl/http does * How what pecl/http does differs from PHP=E2=80=99s existing facilities * Why PHP should include pecl/http * Why PHP should enable pecl/http by default As it stands, I can=E2=80=99t see how it=E2=80=99s substantially = different from our existing stuff in core, except maybe more OOP and a = little more feature-complete. I=E2=80=99ve sort of gleaned this from = looking at pecl/http=E2=80=99s docs=E2=80=A6 the RFC is barren, lacking = in details about anything. It really doesn=E2=80=99t make any case for itself, and I=E2=80=99m also = concerned about possibly unnecessary implementation duplication. PHP = already has several implementations of various aspects of the HTTP = protocol, the RFC doesn=E2=80=99t explain why we need another. So, like you, I=E2=80=99m probably going to vote No. Thanks. -- Andrea Faulds http://ajf.me/