Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60970 invoked by uid 1010); 2 Feb 2005 00:31:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60955 invoked from network); 2 Feb 2005 00:31:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2005 00:31:09 -0000 X-Host-Fingerprint: 194.109.193.120 unknown Linux 2.4/2.6 Received: from ([194.109.193.120:40956] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 8D/EB-00705-C4F10024 for ; Tue, 01 Feb 2005 19:31:08 -0500 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id BC65FDE44F for ; Wed, 2 Feb 2005 01:31:05 +0100 (CET) Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (moulin [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09231-05 for ; Wed, 2 Feb 2005 01:31:03 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id ED469DE44E for ; Wed, 2 Feb 2005 01:31:02 +0100 (CET) Message-ID: <42001F46.4080402@iamjochem.com> Date: Wed, 02 Feb 2005 01:31:02 +0100 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: internals@lists.php.net References: <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201142816.026d21c0@localhost> <420005A3.8050605@lerdorf.com> <42000CA3.5020705@cschneid.com> In-Reply-To: <42000CA3.5020705@cschneid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at moulin.nl Subject: Re: [PHP-DEV] PHP 5.1 From: jochem@iamjochem.com (Jochem Maas) >> $raw = pfilter(COOKIE,'cook', FILTER_RAW); > > > Sounds like a good idea (even though the name pfilter reminds me too > much of packet filter :-)). A catch-all could be handy too, e.g. > pfilter(REQUEST, DEFAULT, FILTER_TAGS); maybe rfilter() - as in 'request filter'?