Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82043 invoked by uid 1010); 2 Feb 2005 13:24:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82028 invoked from network); 2 Feb 2005 13:24:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2005 13:24:30 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:35876] helo=prohost.org) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 05/23-11295-D84D0024 for ; Wed, 02 Feb 2005 08:24:30 -0500 Received: (qmail 25312 invoked from network); 2 Feb 2005 13:24:27 -0000 Received: from cpe00095beeab35-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.31.219) by prohost.org with SMTP; 2 Feb 2005 13:24:27 -0000 Message-ID: <4200D48A.9070305@prohost.org> Date: Wed, 02 Feb 2005 08:24:26 -0500 User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf CC: internals@lists.php.net References: <5.1.0.14.2.20050201142816.026d21c0@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201111730.0299da70@localhost> <5.1.0.14.2.20050201142816.026d21c0@localhost> <5.1.0.14.2.20050201151955.02730ec0@localhost> <4200169A.6050905@lerdorf.com> <42001C1D.3090105@cschneid.com> <42001D7B.1040707@trickie.org> <420024EC.4080601@lerdorf.com> <4200457F.5080305@prohost.org> <42005629.3000905@lerdorf.com> In-Reply-To: <42005629.3000905@lerdorf.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 From: ilia@prohost.org (Ilia Alshanetsky) > Looking at my code here, it would actually be trivial to expose the raw > data as superglobals, but what do we achieve then? We are simply > renaming $_GET to $_GET_RAW or something like that? If you don't want > any filtering to be done by default, simply don't turn it on. In many cases it may not be possible to turn off automatic input filter, because of limited access. Ilia