Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14684 invoked from network); 23 Jan 2015 01:40:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 01:40:59 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.44 mail-qg0-f44.google.com Received: from [209.85.192.44] ([209.85.192.44:34548] helo=mail-qg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/0B-61273-BA6A1C45 for ; Thu, 22 Jan 2015 20:40:59 -0500 Received: by mail-qg0-f44.google.com with SMTP id l89so4188086qgf.3 for ; Thu, 22 Jan 2015 17:40:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4tx7G8EHb6oQG6xGKqySGfZgwJiyX9xJA0xTZRFd46w=; b=LJmhTbRpXtL/cR7K1trTmlPub25GHwp2RNDLqgPNqp2nQrI7unJJq54z8DDN/Yzv2M wOJBXQap9WblK4/OicyAIDUOOvo44GSlX+5fHpv3wlpyKwdtB/G8enlhfpyXQj/dOoMy RjS2dHgeTkT4HTNk2iCDFPG69XiqegF0DrmpkJDIUD5DPpRXOzUn08q7e8M+KcIhRpam ZmXkuklqM7owEVukNr2DF2PXQ1veHeVKqL/OmlBc1UBqNVbj5y9wBJ4C5Lz+DFYyOoJg J3Msu9895nr3FSkMNvTlI+NVi5WM25mxuJ68KwSb3JpKQexxHlqOIgDo50YPNyBxVepQ 31hw== MIME-Version: 1.0 X-Received: by 10.224.46.8 with SMTP id h8mr9484558qaf.0.1421977256576; Thu, 22 Jan 2015 17:40:56 -0800 (PST) Received: by 10.140.22.106 with HTTP; Thu, 22 Jan 2015 17:40:56 -0800 (PST) In-Reply-To: <54C1261D.7080009@php.net> References: <54C1261D.7080009@php.net> Date: Fri, 23 Jan 2015 02:40:56 +0100 Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] pecl_http From: pierre.php@gmail.com (Pierre Joye) On Thu, Jan 22, 2015 at 5:32 PM, Michael Wallner wrote: > Hi! > > 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. > > https://wiki.php.net/rfc/pecl_http > > [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 > > For a test run with master, clone into ext/ and `configure --with-http > --enable-propro --enable-raphf` after buildconf. > > Let me know if it doesn't work out of the box for you. > > 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. > > Reminder! > > Do not look at php.net/http; API docs are here: > http://devel-m6w6.rhcloud.com/mdref/http/ I am still all for it :) 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. -- Pierre @pierrejoye | http://www.libgd.org