Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81306 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42497 invoked from network); 28 Jan 2015 12:17:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 12:17:56 -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.44 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.44 mail-wg0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:39089] helo=mail-wg0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/50-45774-373D8C45 for ; Wed, 28 Jan 2015 07:17:55 -0500 Received: by mail-wg0-f44.google.com with SMTP id z12so20256626wgg.3 for ; Wed, 28 Jan 2015 04:17:52 -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 :content-type:content-transfer-encoding; bh=ndoJVY0bK5+8rwZb2aFyBW5uqnLFfeJoUlz4+VsfC+w=; b=IKxFoW2B+UZBKr8JBK4/xU8r7jzYy9XJUqIkU8YYXPi79nYpbyT6lioakO3QA/9bEj ueQ2cyT+v85eFo7pUb6HghQOJ5A5vqbVm3otLbNRWLVIG2EppHfFNYFxZhCfnN6j1ADL n89bSEWuzTWwd/RuQ8qWweeIhtn1mquIeMQQXNIheIOsnj4TRrcGFmxq8HbxjCz0YTzh 6JygoVZtoUCVlwwsiIypMPekwDDf6CsT8PWIgIsFNkIPIQQavzUYmsm0XHXflybjyrul YxjKva3UJbKTDLWiaollfQyHdDCqHY5Ev4gk5Ncf+WxAxat6guJ1dvvgAHDHJw1shMeE 9Ldg== X-Received: by 10.180.108.239 with SMTP id hn15mr6659079wib.5.1422447472119; Wed, 28 Jan 2015 04:17:52 -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 ud9sm2587446wib.5.2015.01.28.04.17.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 04:17:51 -0800 (PST) Sender: Michael Wallner Message-ID: <54C8D36E.7010803@php.net> Date: Wed, 28 Jan 2015 13:17:50 +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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC] [VOTE] pecl_http From: mike@php.net (Michael Wallner) Hi, Discussion has been very low on this topic since it was proposed on August 19th, so I just opened the vote on the RFC whether to add pecl_http to the core. The vote will be open until about 12:00 UTC on Friday, February 6th. https://wiki.php.net/rfc/pecl_http#vote -- Regards, Mike