Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48623 invoked by uid 1010); 5 Jun 2005 20:30:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48608 invoked from network); 5 Jun 2005 20:30:02 -0000 Received: from unknown (HELO lerdorf.com) (127.0.0.1) by localhost with SMTP; 5 Jun 2005 20:30:02 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:40167] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 29/F7-56751-8C063A24 for ; Sun, 05 Jun 2005 16:30:01 -0400 Received: from [192.168.2.106] (c-24-6-1-160.hsd1.ca.comcast.net [24.6.1.160]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-3) with ESMTP id j55KTuIA015288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 5 Jun 2005 13:29:57 -0700 Message-ID: <42A360C3.6070906@lerdorf.com> Date: Sun, 05 Jun 2005 13:29:55 -0700 User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans CC: Marcus Boerger , internals@lists.php.net References: <5.1.0.14.2.20050603203711.028e9140@localhost> <5.1.0.14.2.20050603203711.028e9140@localhost> <5.1.0.14.2.20050605120644.033c8a00@localhost> In-Reply-To: <5.1.0.14.2.20050605120644.033c8a00@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 From: rasmus@lerdorf.com (Rasmus Lerdorf) Andi Gutmans wrote: > Obviously not. I don't see anyone actively working on it. I am hoping to > allocate resources to it in the near future but it'll come out when it > comes out, especially as it's an extension. It might even live in PECL > until everyone is happy with it. I want to try and work on an API > proposal first because I believe the API is where the issue is and not > the coding... pecl/filter The framework for it is in place. I'll try to get some actual filters implemented this week. It's fine as a pecl extension for now. The hooks have been in place for a while, so it shouldn't hold up 5.1. -Rasmus