On 1/13/09 4:09 AM, Alexey Zakhlestin wrote:
In 6.0, on the other hand, register_globals is not available. So, it
doesn't make sense to have replacement there too.

5.3 is left with status-quo:
?a.b.c=10  =>   $a_b_c, $_GET['a_b_c']

6.0 will have:
?a.b.c=10  =>   $_GET['a.b.c']

What about the extract() and import_request_variables() functions? Will it still do the replacement? I foresee a lot of stop gap solutions using those functions to get around register_globals. Not saying it is right, just curious.

--

Brian Moon
Senior Web Engineer
------------------------------
When you care enough to spend the very least.
http://dealnews.com/


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

Reply via email to