Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13502 invoked by uid 1010); 3 Feb 2005 01:57:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13469 invoked from network); 3 Feb 2005 01:57:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Feb 2005 01:57:04 -0000 X-Host-Fingerprint: 195.82.120.217 stack.fission.org.uk Linux 2.4/2.6 Received: from ([195.82.120.217:38713] helo=stack.fission.org.uk) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 57/52-30841-CD481024 for ; Wed, 02 Feb 2005 20:56:44 -0500 Received: from cpc1-oxfd5-6-0-cust152.oxfd.cable.ntl.com ([81.105.118.152] helo=[192.168.0.20]) by stack.fission.org.uk with esmtp (Exim 3.36 #1 (Debian)) id 1CwWDY-0008Km-00; Thu, 03 Feb 2005 01:55:36 +0000 Message-ID: <420184AE.3050500@fission.org.uk> Date: Thu, 03 Feb 2005 01:55:58 +0000 User-Agent: Mozilla Thunderbird 0.9 (X11/20041125) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans CC: Rasmus Lerdorf , Ilia Alshanetsky , internals@lists.php.net References: <42010045.20807@lerdorf.com> <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> <4200D48A.9070305@prohost.org> <42010045.20807@lerdorf.com> <5.1.0.14.2.20050202174311.02745400@localhost> In-Reply-To: <5.1.0.14.2.20050202174311.02745400@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 From: gareth@fission.org.uk (Gareth Ardron) Andi Gutmans wrote: > At 01:37 AM 2/3/2005 +0000, Gareth Ardron wrote: > >> True, but you've still got a lot of boxes that are used both for dev >> and production work. Take a small web design company, for example. >> Now in such a position, the admin may want to access raw variables in >> dev.site.com but have things restricted in www.site.com, if you see >> what I mean. >> >> Maybe an ini option which is a bool that allows users to access raw >> get/post/whatever data or doesn't ? > > > That doesn't make sense to me. Most people want to develop in an > environment similar to the production environment. True, I don't think I explained myself well - been a long day. Ok, Developer is writing a new site. Comes across a problem - needs to quickly check that it's not something in the filter that's causing the problem - easiest way is to either convert to use $_RAWGET or whatever it is or var_dump/printr it, and compare against the output from the normal, filtered, $_GET.