Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94305 invoked from network); 19 Aug 2014 13:17:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2014 13:17:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.177 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.177 mail-wi0-f177.google.com Received: from [209.85.212.177] ([209.85.212.177:55588] helo=mail-wi0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/42-16275-57E43F35 for ; Tue, 19 Aug 2014 09:17:42 -0400 Received: by mail-wi0-f177.google.com with SMTP id ho1so5262593wib.16 for ; Tue, 19 Aug 2014 06:17:37 -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:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=i3El7epFUw8tUQThTkq3Edz3x1lck4VE7NCuP4i6/Ao=; b=lBvunc/vTGNgy3trv5/c4nsUH9BpJSvHSHrmW5+vmzEaOmDUHR4MC4KfqDGoFVkR1O P9KnT/jq35VM9t2KbkAe2oVuk0ZKDci1KOG4O0ebilJ+M1zO6meEfsrUXASqIAEnxVpr HfrWHMYXNIb362Ug8nr3lMBhFHPbFRjHVXKOvGczrps6sNoQVrqiFN7e2kEKg/WEkb1a uM5X4NW/eVkx2Axi1fM5/WgVsZ+RKq7BpraJn1gcpT3P5xP34RnzPfUopwMgdIjwvapt lFwKRGy76CM54DZFNMW2lngQ/I+ZUQhvcu4aPT/gRXorM8gWAUJOpxrNI6Lg3H7Jx/pj 9z+Q== X-Received: by 10.180.101.65 with SMTP id fe1mr6757654wib.53.1408454256917; Tue, 19 Aug 2014 06:17:36 -0700 (PDT) Received: from [192.168.4.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id es9sm50432196wjd.1.2014.08.19.06.17.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Aug 2014 06:17:36 -0700 (PDT) Sender: Michael Wallner Message-ID: <53F34E6F.2010300@php.net> Date: Tue, 19 Aug 2014 15:17:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: PHP Internals References: <53F3018E.6090201@php.net> In-Reply-To: <53F3018E.6090201@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [RFC] pecl_http From: mike@php.net (Michael Wallner) On 19/08/14 09:49, Michael Wallner wrote: > Hi PHP internals! > > I've created an RFC for discussion: > > Whether it is feasible to add pecl_http v2 to the core. > > https://wiki.php.net/rfc/pecl_http > Just a heads up. People seem very confused because they read the docs on php.net and don't bother to actually read the (very short) RFC, so here's a link to the API docs of v2; you're welcome. http://devel-m6w6.rhcloud.com/mdref/http/ -- Regards, Mike