On Fri, 12 Aug 2011, Laruence wrote:

>      a request uri : http://***/a.b=2  will result $_GET["a_b"] = 2 (
> the dot was translated into underscore char);
> 
>      my point is , since register_globals has be removed already( in
> my opinion this behavior only make sence when register_globals on),
> should we remove this translating behavior too?

No. No reason to change anything that isn't broken. Chanhing this will 
mean a BC break, even for people that don't use register_globals.

Derick

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

Reply via email to