Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31674 invoked from network); 28 Jan 2015 11:14:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2015 11:14:34 -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.178 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.178 mail-we0-f178.google.com Received: from [74.125.82.178] ([74.125.82.178:54784] helo=mail-we0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/4E-45774-794C8C45 for ; Wed, 28 Jan 2015 06:14:32 -0500 Received: by mail-we0-f178.google.com with SMTP id k48so20108272wev.9 for ; Wed, 28 Jan 2015 03:14: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=vRxz2O1UdNApPU52e28dYz0gev4AJ2rsCtQARPujOu8=; b=lIV/YcR9IbeMocltQHg8tfuwtiVX0gWgzFI0pHs63s7wov8cP6dz2NqPyUMf8BvxVv oogNLGtZO4ovlLH7qD0u1szUMBLd5JpnlcjL4lFOQnxHPpuGWalZTdISjC7TyzSP4XBL rqN+UdUXW2816lqiM4P067B/dPtl5FzRWVKMvOY+ir3cyl8HuK7CCzrvfAt/8aDL1g9m i3bxC2Emt85kvtMbK9G/Go8wEPtfEbEHcwqxLi3fp4IqTaj3VhW0HVx2f8EzHrznCpst kZkZLZAvqBBwQyy0cOLJVRNQXP4EROxhIfGnUdsRjyMrxOVdz5mROsPu0qPIzEcK1IiE ExPg== X-Received: by 10.180.77.79 with SMTP id q15mr6020045wiw.19.1422443668451; Wed, 28 Jan 2015 03:14: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 j1sm5624453wjw.25.2015.01.28.03.14.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 03:14:27 -0800 (PST) Sender: Michael Wallner Message-ID: <54C8C492.2070904@php.net> Date: Wed, 28 Jan 2015 12:14: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: Levi Morrison CC: PHP Internals References: <54C1261D.7080009@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] pecl_http From: mike@php.net (Michael Wallner) On 22/01/15 19:51, Levi Morrison wrote: >> 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 > > The RFC doesn't mention if you intend for it to be enabled by default > or just included with the php-src repository. I can reasonably see > this detail influencing the way someone would vote, so can you please > update the RFC accordingly? > I updated the RFC to mention a three-way vote: * yes, enabled by default * yes, disabled by default * no -- Regards, Mike