Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99257 invoked from network); 18 Dec 2014 11:45:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2014 11:45:45 -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.52 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wg0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:51238] helo=mail-wg0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/91-21720-66EB2945 for ; Thu, 18 Dec 2014 06:45:42 -0500 Received: by mail-wg0-f52.google.com with SMTP id x12so1358276wgg.39 for ; Thu, 18 Dec 2014 03:45: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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/i5mgNswgLdTWFSYltdqm+0Uu4R1TAq2rBe2ZrMa2Wg=; b=xWiIK1Swm7pPNnHwRmhgynb8NE6DAB7QtwUIWYslU4myhi2i0gEEOFHNyHQeIUFSxm +zC1VSU0gJeCZyNQUgbbjYV017wxngg9LKOSjFZ+pvuQ+D/c0XRP1RMCeDbqGyXph9d6 GdB8LIJFrzIB5Jo8LjFHEDAeZxCdUiTUbAIalljidZr7qR1Ez96bhEDPWx6naUzr3Z7y vMqZcjyiIvtn2LxTVrtna9IX/nUp+BAs/OC0kebzkveKj/Zt41LxkY3mcUMI6IlxyF8X Rvuy/kRIGQ5H0CDgnxyzyxsYKlGv1CTW/L3rak+2zr8wW+KBz8tnmTWbxdYNHgmxv8oH G/rw== X-Received: by 10.180.20.242 with SMTP id q18mr4277534wie.80.1418903139099; Thu, 18 Dec 2014 03:45: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 o2sm9664102wiy.11.2014.12.18.03.45.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 03:45:38 -0800 (PST) Sender: Michael Wallner Message-ID: <5492BE61.6020605@php.net> Date: Thu, 18 Dec 2014 12:45: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: Pierre Joye CC: PHP internals References: <53F3018E.6090201@php.net> <54915A5D.1070208@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] pecl_http From: mike@php.net (Michael Wallner) On 18/12/14 01:38, Pierre Joye wrote: > > On Dec 17, 2014 5:26 PM, "Michael Wallner" > wrote: >> >> Just a minor update: the two PECL depencies have been ported to ZE3. >> > > Btw, I still wonder if their features could be provided as part of php > instead of having to add 3 exts. Thoughts? > I guess we could. pecl/propro was a replacement for the (then) disfunctional zend_object_proxy, which seemingly has completely gone in ZE3 except a dangling declaration in zend_objects_API.h. pecl/raphf sort of overlaps with zend_list API, though. -- Regards, Mike