Derick,

That would not be much different then someone doing
foreach (array_keys($_GET) $v) $_GET[$v] = get_raw(GET, $v);

If anything locating RAW super-global would be easier, making auditing
coding reliant on it a bit simpler.

IMHO.

Derick Rethans wrote:
> On Sat, 13 Aug 2005, George Schlossnagle wrote:
> 
> 
>>Good.  That function would be evil (imho).   Given that you can't access
>>super-globals as variable-variables, I think that having to really get at
>>_RAW_GET[] will make it much more transparent when an application is using
>>unfiltered data.
> 
> 
> But then everybody will just start using $_RAW_GET instead of $_GET. 
> What will that solve?
> 
> Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to