Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71372 invoked from network); 17 Dec 2014 10:26:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2014 10:26:43 -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.51 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:56218] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/20-04029-26A51945 for ; Wed, 17 Dec 2014 05:26:42 -0500 Received: by mail-wg0-f51.google.com with SMTP id x12so19554067wgg.24 for ; Wed, 17 Dec 2014 02:26:39 -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 :references:in-reply-to:content-type:content-transfer-encoding; bh=TgDYT7c8m68Fkhp6pt91f22MJET9XL79yAqXj/8oIKg=; b=FWaqIUUw7QrHTA/rQ+oKP6/VN3n3bfAUtEzUeD7inYITyE/jmORdlQluLbmK6qR5JJ a06UDA92f99MU2zLJyne2vPZVUOnVqMYxNNpX0ssByxnHgDcJ485hJ8FyV2NdWDBjYmb BSXmgc0d3e0xGgDiSzyjJlp5LCZihwpGYbAPMvFTainUN75Ghb6QImJM0POu2yWW+RNC 4hfJZoFB9vK/RpCjHhpGSxdznlHcvNNP2g1KOlAuH2m1P2eGQQnFqZj+u50KmcFXT1FY 9PhXTj93/115TnpnTCnjobc/jP8uggZ5l/pEFHaMFXBe6SVSCSd2rX4pgaQjz9RGeQdA OyhA== X-Received: by 10.194.85.17 with SMTP id d17mr38478583wjz.61.1418811999680; Wed, 17 Dec 2014 02:26:39 -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 wz5sm4511563wjc.29.2014.12.17.02.26.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 02:26:38 -0800 (PST) Sender: Michael Wallner Message-ID: <54915A5D.1070208@php.net> Date: Wed, 17 Dec 2014 11:26:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: PHP Internals References: <53F3018E.6090201@php.net> In-Reply-To: <53F3018E.6090201@php.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [RFC] pecl_http From: mike@php.net (Michael Wallner) On 19/08/14 09:49, Michael Wallner wrote: > 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 > Just a minor update: the two PECL depencies have been ported to ZE3. -- Regards, Mike