Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10782 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86508 invoked by uid 1010); 26 Jun 2004 08:36:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86410 invoked from network); 26 Jun 2004 08:36:04 -0000 Received: from unknown (HELO e-matters.de) (217.69.76.213) by pb1.pair.com with SMTP; 26 Jun 2004 08:36:04 -0000 Received: (qmail 11232 invoked by uid 0); 26 Jun 2004 08:34:47 -0000 Received: from p508d591d.dip.t-dialin.net (HELO ?192.168.1.77?) (80.141.89.29) by /var/run/qmail-smtp.pid with SMTP; 26 Jun 2004 08:34:47 -0000 Message-ID: <40DD3534.4080602@php.net> Date: Sat, 26 Jun 2004 10:35:00 +0200 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf , internals@lists.php.net References: <40DC70CB.5010400@php.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Input Filters - Bugs? - PHP4 Port From: sesser@php.net (Stefan Esser) Hi, > No real porting necessary. This area of the code is identical in PHP4 and > PHP5, so it would just be a matter of adding the hook. I am using this > extensively with PHP4. I know. I "backported" it for my next version of Hardened-PHP which will make use of the input_filter system and will implement some kind of access (and content) control list for variables. Stefan