Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14011 invoked from network); 4 Feb 2015 13:01:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 13:01:06 -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 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:50714] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/6B-55046-1F712D45 for ; Wed, 04 Feb 2015 08:00:34 -0500 Received: by mail-wg0-f41.google.com with SMTP id a1so1620262wgh.0 for ; Wed, 04 Feb 2015 05:00:30 -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:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=HO12cIwx3PYgGD2VHI3DWit9+2IsNb868tejE5w/cHI=; b=KlEwtbAYtqSuvDn7jEE7JVglfIwXpFGnx7sTaIGirJyqdwZYEySqPAeKV2g3kkTIZs XQfgaZObm7ji0QPn17mkOk4kWbGxTXMFVbqgBCEqb8k1EfmI4RX35raktbTOzC8jTl+9 4csceTW2BUHuqmVqB/mB71cCuieP6yM5oWt0TTCevmG57cqF8vuYtq4Lw+bZ21cgZ04a Wg2WRf+Fy5U6WrAuS/aAP4megVZMjvqiyaGzoinFPqkBfFu2k4LNq+QGeyzO7np6WjnY aAV5SvmPN9qjQR9t1HCbsVXr5qL/xXNrN4r3GjwYKxyfg+IxFStnbZWP1iGmBn/YBPUt Sbnw== X-Received: by 10.194.7.103 with SMTP id i7mr64903425wja.53.1423054824756; Wed, 04 Feb 2015 05:00:24 -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 pr9sm2665738wjc.4.2015.02.04.05.00.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 05:00:24 -0800 (PST) Sender: Michael Wallner Message-ID: <54D217E7.8030407@php.net> Date: Wed, 04 Feb 2015 14:00:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [RFC] [DISCUSSION] pecl_http From: mike@php.net (Michael Wallner) Hi! Do we want to discuss anything further before I put this to vote again? https://wiki.php.net/rfc/pecl_http Points explicitely marked for discussion in the RFC itself: * pecl/propro Proxies for properties representing state in internal C structs https://wiki.php.net/rfc/pecl_http#peclpropro * pecl/raphf (Persistent) handle management within objects instead of resources https://wiki.php.net/rfc/pecl_http#peclraphf Also, take special note of the INI setting: https://wiki.php.net/rfc/pecl_http#raphf_ini_setting * POST parsing disregarding request method, solely based on content-type https://wiki.php.net/rfc/pecl_http#rinit JFYI, I've create a POC for HTTP2 support: http://git.php.net/?p=pecl/http/pecl_http.git;a=shortlog;h=refs/heads/http2-poc This is for PHP5, though, and needs a recent libcurl built with nghttp2 support. -- Regards, Mike