Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51549 invoked from network); 19 Aug 2014 07:49:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2014 07:49:41 -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.43 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:62130] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/C0-45799-39103F35 for ; Tue, 19 Aug 2014 03:49:39 -0400 Received: by mail-wg0-f43.google.com with SMTP id l18so5951928wgh.2 for ; Tue, 19 Aug 2014 00:49:36 -0700 (PDT) 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=bCa+KrDucIO8yqJZkje12mC7iAXSjhxAzsHIUOBpjf4=; b=JuL7ATJc5f2ZL1EL3TG47uL5vHDFVmgITvPrJXHwB+FeW/VOxF9s9rJtnUa5loFkhe XOOKTLaRCRYWojrHfLJvXnWL67zLsG4Mkx5mLHEJPojxpsqFBgfcvOg6fNbP/0uerUYR trsSuLsr3yAdHBUMxu5y7nWXgEl/b5GiaFVfVSHbW0mqbGVvkBaZyPYcyRsVAfqgZ3mG SX0cQ0lhoKaPKemkbJ8NGFF5m0xH5PltEw04jNCxyNf9fhZ+RAuCzU6MfdHQIZ9pUj20 OYiZW5MxTuKQ8jzgTrjfWCLkgq4Rh41U8UXZwnPb50TaczIHRxGepDyoq5rPSMm3Kt83 6Nxg== X-Received: by 10.194.237.194 with SMTP id ve2mr48444877wjc.89.1408434576282; Tue, 19 Aug 2014 00:49:36 -0700 (PDT) Received: from [192.168.4.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id ay4sm23386243wib.10.2014.08.19.00.49.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Aug 2014 00:49:35 -0700 (PDT) Sender: Michael Wallner Message-ID: <53F3018E.6090201@php.net> Date: Tue, 19 Aug 2014 09:49:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC] pecl_http From: mike@php.net (Michael Wallner) Hi PHP internals! I've created an RFC for discussion: Whether it is feasible to add pecl_http v2 to the core. https://wiki.php.net/rfc/pecl_http -- Regards, Mike