Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42479 invoked by uid 1010); 21 Jan 2006 10:23:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42464 invoked from network); 21 Jan 2006 10:23:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2006 10:23:23 -0000 X-Host-Fingerprint: 195.197.172.111 gw03.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.111:43465] helo=gw03.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7A/DC-10117-A9B02D34 for ; Sat, 21 Jan 2006 05:23:23 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id BD15FE7AAD; Sat, 21 Jan 2006 12:23:14 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id k0LANFWb017414; Sat, 21 Jan 2006 12:23:15 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id k0LANElw017411; Sat, 21 Jan 2006 12:23:14 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sat, 21 Jan 2006 12:23:14 +0200 (EET) Reply-To: Jani Taskinen To: Andi Gutmans cc: Rasmus Lerdorf , Derick Rethans , internals@lists.php.net In-Reply-To: <7.0.0.16.2.20060120183001.0421da58@zend.com> Message-ID: References: <43D13AAE.1030409@lerdorf.com> <7.0.0.16.2.20060120134701.04186f60@zend.com> <7.0.0.16.2.20060120160835.040c9f20@zend.com> <7.0.0.16.2.20060120165840.041fbf10@zend.com> <43D19937.6050201@lerdorf.com> <7.0.0.16.2.20060120183001.0421da58@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Filter extension inclusion in core (was: Re: [PHP-DEV] JSON inclusion in core) From: sniper@iki.fi (Jani Taskinen) On Fri, 20 Jan 2006, Andi Gutmans wrote: > Not sure about the functionality, and I agree some of it can probably way, but Way..wait? :) > I would want to finalize the naming before so that we don't have to change it > and have another BC mode. If the naming is the only problem, I can fix that in a minute. And only thing needing any renaming are these (with my proposal): FS_ and FL_ => FILTER_TYPE_ (IMO it's not necessary to separate these) FC_CALLBACK => FILTER_CALLBACK (there's just one) --Jani