Hello, On Fri, Aug 12, 2011 at 12:31, Laruence <larue...@php.net> wrote: > Hi: > 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?
For BC reasons there is no way we can simply remove it. Old code might rely on it without relying on register_globals. Best, > > thanks > > -- > Laruence Xinchen Hui > http://www.laruence.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Etienne Kneuss http://www.colder.ch -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php