Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54834 invoked from network); 29 Jan 2015 11:38:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2015 11:38:33 -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.173 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:38042] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/58-09212-8BB1AC45 for ; Thu, 29 Jan 2015 06:38:33 -0500 Received: by mail-wi0-f173.google.com with SMTP id r20so24915472wiv.0 for ; Thu, 29 Jan 2015 03:38:28 -0800 (PST) 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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=WzMj2XzkOsaL5xa5grAPgsn7zzKzMISQbmM/cibBLoE=; b=U8ms8as9FA/+Ba1NqQpEHg/rx+6irtfpsXk3TofvZ1dshnP3v77iYJN289z3nwtM/j C31zMkZ3gJrz6P6B5jOcWcOGc6fqjf1yXov3aTD93iXnJq3rngpa4A6A1DUQKRLG3XpO QMQUZ7t9DQKQbWU06Z75cKtkUUJlG0ilg/HBBHcxPlQeX64UAxthSLMCiY2larOkmaeG UdP7W3vxYABhKDQmKMVLqVEP+mDmcHpLEGyHVVcm2AIZlzXZBekdBnynr/bq/uzHEwx3 dDHp1hcSsfSIMbdxNkzEhnXq402dpbx0fKmvXNwdWKtkJJKQpev2o0SgeN9DBzApVZcP RfNQ== X-Received: by 10.180.13.7 with SMTP id d7mr56398wic.57.1422531508444; Thu, 29 Jan 2015 03:38:28 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id be2sm10088317wjb.38.2015.01.29.03.38.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 03:38:27 -0800 (PST) Sender: Michael Wallner Message-ID: <54CA1BB2.8000600@php.net> Date: Thu, 29 Jan 2015 12:38:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Yasuo Ohgaki CC: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] [DISCUSSION] pecl_http From: mike@php.net (Michael Wallner) On 29/01/15 12:32, Yasuo Ohgaki wrote: > Hi Mike, > > Awesome work! > > On Thu, Jan 29, 2015 at 8:14 PM, Michael Wallner > wrote: > > I’ve rewritten the RFC for pecl_http and hopefully addressed most of > the things mentioned previously. > > I you still find anything lacking, please let me know, so I can > expand the RFC accordingly. > > And of course, everything else is up for discussion. > > > https://wiki.php.net/rfc/pecl_http > > The URL is this, right? Yes, of course! Bad mistake, sorry. -- Regards, Mike