Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43385 invoked from network); 22 Jan 2015 18:51:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2015 18:51:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.181 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:61172] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/4D-61273-9A641C45 for ; Thu, 22 Jan 2015 13:51:22 -0500 Received: by mail-ob0-f181.google.com with SMTP id nt9so51659obb.12 for ; Thu, 22 Jan 2015 10:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ix1vAwcaJV4Wj1i77JWTWqQdu0fbqzVCwk52D2AGJqk=; b=bdvdnKkbbndHlXSjjRQlEU1AcgXCmISbTH3VwM5jTVUud8J5fy/kj7MABwjsukJ4E3 WvgN7iEP4KLoWGBJZ7/FgFWNfUd7tCoYKlHAJcNW3X8Ckp9SFtRfea8a9A4jJi4oNHGI mVphFJIMAtnJFtgoZMwCIRWb5KaAdWhwfoYBNpCOPZC0oU2jNX3GXoJoLSkZiDMnRqap q1779hltYeHFEoucgMBbAyx7EJmta4IycWLRhdjeJ0t49+UXevtgwZPENVM27AtCY3IE YbzFG8DMxfcGHRRWxjrc/VhTXTjaT7c7YSk0SY1zvUE0woLkIJFjI5gJmPjW4xOv1sut V9YQ== MIME-Version: 1.0 X-Received: by 10.60.114.40 with SMTP id jd8mr1933967oeb.12.1421952679182; Thu, 22 Jan 2015 10:51:19 -0800 (PST) Sender: morrison.levi@gmail.com Received: by 10.76.103.101 with HTTP; Thu, 22 Jan 2015 10:51:19 -0800 (PST) In-Reply-To: <54C1261D.7080009@php.net> References: <54C1261D.7080009@php.net> Date: Thu, 22 Jan 2015 11:51:19 -0700 X-Google-Sender-Auth: NTJOBO2Q53HZ833ye3QwKgR6ZdQ Message-ID: To: Michael Wallner Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] pecl_http From: levim@php.net (Levi Morrison) > 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?