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.
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php