Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69636 invoked from network); 23 Jan 2015 08:27:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 08:27:07 -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.47 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:44390] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/05-61273-3D502C45 for ; Fri, 23 Jan 2015 03:27:00 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so6101291wgh.6 for ; Fri, 23 Jan 2015 00:26:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=RP8whSc60fX0ACT5A/PsqN/JtMJwpIlhD5ma3wDujnI=; b=I7aTuDzLmfkcRi6OS0Q6mdfgtkZoU7f4i2ySMzEcWPbkSw7bltGv6uTqOF6J+C4UHE KATBHrAoZpdOp5OQWq4SAtstHIuLLrOlj+eXP1jb5YaS1dpnLb5GR03Urm52ytAgl5ej GxwvuJfDj+XwXXS0V5++NynOFZSEhMaeQ/fYrn5/WEislxy0mIFCrF5YMNcopk6RUuvj 8SaSTLIFCVCdsfENzmVIylMUNmAwzAYxjvLU4Sc55DDL964hBWtKUNQY3FSvLZahCtk3 WB0+W6rrHD2m4ChzjWfz3lZZNnRMDa5Sa9OslvftHbsKcTNX1VVBgk9yatmODkwM0dwk QMAA== X-Received: by 10.194.77.201 with SMTP id u9mr11521737wjw.41.1422001616492; Fri, 23 Jan 2015 00:26:56 -0800 (PST) Received: from lepisma-3.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id j1sm1189750wjw.25.2015.01.23.00.26.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Jan 2015 00:26:55 -0800 (PST) Sender: Michael Wallner Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Fri, 23 Jan 2015 09:27:27 +0100 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <21F16F7C-CEBE-4498-A539-E2E66EE147F7@php.net> References: <54C1261D.7080009@php.net> To: Pierre Joye X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] pecl_http From: mike@php.net (Michael Wallner) > On 23 01 2015, at 02:40, Pierre Joye wrote: >=20 > On Thu, Jan 22, 2015 at 5:32 PM, Michael Wallner wrote: >> Hi! >>=20 >> Now, that I'm mostly done with porting pecl/http [1] and dependencies >> (propro [2] and raphf [3]) to ZE3 I'd like to restart discussion on = the >> topic, whether it is feasible to add pecl_http as a bundled extension = to >> the core. >>=20 >> https://wiki.php.net/rfc/pecl_http >>=20 >> [1] https://github.com/php/pecl-http-pecl_http/tree/phpng >> [2] https://github.com/php/pecl-php-propro/tree/phpng >> [3] https://github.com/php/pecl-php-raphf/tree/phpng >>=20 >> For a test run with master, clone into ext/ and `configure = --with-http >> --enable-propro --enable-raphf` after buildconf. >>=20 >> Let me know if it doesn't work out of the box for you. >>=20 >> I'll have to update the corresponding links in the RFC to the phpng >> branches and refresh the code coverage reports in the next few days. >>=20 >> Reminder! >>=20 >> Do not look at php.net/http; API docs are here: >> http://devel-m6w6.rhcloud.com/mdref/http/ >=20 > I am still all for it :) >=20 > By the way, I did not yet look more deeply to raphf and propro but > that's something I like to discuss. If their feautures are useful for > other parts of the core, extensions, bundled or not, we should > consider moving them to the main APIs and not as two new independent > extensions. >=20 Well, I=E2=80=99m not the one to tell you that :) If I didn=E2=80=99t = find it useful, I wouldn=E2=80=99t have built it. Don=E2=80=99t hesitate, if there are questions about what they = conceptually are trying to accomplish. I think a short discussion about where to put the dependant code and = noting the outcome in the RFC could be the way to go. I guess just a few = people who think that pecl_http is about to be included would suffice. Best regards, Mike