Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81030 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66393 invoked from network); 23 Jan 2015 08:15:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 08:15:27 -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.176 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:56332] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/64-61273-E1302C45 for ; Fri, 23 Jan 2015 03:15:27 -0500 Received: by mail-wi0-f176.google.com with SMTP id em10so1012447wid.3 for ; Fri, 23 Jan 2015 00:15:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6Q5idDYC3rFODnQhi5SH0MqI34x9dTWZ7N0lNdgFS7Y=; b=MPcnJeohdXZm2uC9RiE8gsY8oeVaL+2JJsMFAqmOkW4LEILCMr+1XG8SeiKjsL+gAe g9gl/r9f/dpysM5HR0dqTLp1tt9rJGzEhehM236Sm/uzlAkYM34wDLKQYV1fCSVl6ber WcQMpMPTTnoffoBt918ev9SXLNJX74AENRCU8B+d+YpSfs2gl8sSfePKyH0g5Z72wIAa Thzqqs8jT9kmCV8bzUbsFPa5281L9WI0tZERcddvaJS/AdXXuvAm26wT3utJCA96MIQo OaFFaE3lN4EqshLf+yA05V0SjACOySgVElK7OSqUoQS+V9gbX27MKjQnfUOyy6lhxsdD +f0w== X-Received: by 10.181.8.199 with SMTP id dm7mr1051904wid.81.1422000923480; Fri, 23 Jan 2015 00:15:23 -0800 (PST) Received: from lepisma-3.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id ep9sm814838wid.3.2015.01.23.00.15.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Jan 2015 00:15:22 -0800 (PST) Sender: Michael Wallner Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Fri, 23 Jan 2015 09:15:54 +0100 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <9BCA370B-C159-485A-A3D9-A07124081D91@php.net> References: <54C1261D.7080009@php.net> To: Levi Morrison X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [RFC] pecl_http From: mike@php.net (Michael Wallner) > On 22 01 2015, at 19:51, Levi Morrison wrote: >=20 >> 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. >>=20 >> https://wiki.php.net/rfc/pecl_http >=20 > 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=E2=80=99m not sure why that would directly influence a yay/nay but I = guess we could either make a 3-way poll or a separate vote on enabling = it by default? Regards, Mike