> On Wed, Jan 20, 2010 at 02:29:27PM -0800, Rasmus Lerdorf wrote:
>> Well, that conversion still needs to happen somewhere, since plenty of
>> apps call extract() on those superglobals, but with register_globals
>> entirely gone in PHP 6, I suppose that conversion can be moved to the
>> extract() call.
>>
>> -Rasmus
>
> I'm definitely +1 on moving that logic into extract() for PHP6.

It'd be better to add an extra flag that will enable this _new_ logic and 
leave it off by default.
Otherwise it will break BC.



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

Reply via email to