On Sat, Jul 29, 2017 at 10:08 AM, Andrea Faulds <a...@ajf.me> wrote:
> I'd just like to add that if we were going to make BC-breaking changes to
> superglobals in PHP 8, we might as well also get rid of the name mangling on
> keys for $_GET, $_POST and $_REQUEST at the same time ("foo.x" becomes
> "foo_x" etc, because we used to have register_globals and needed clean
> variable names).
>
Excellent point.  I always forget this is a thing we do and it needs
to die.  Even if we leave everything else aboue the super globals
alone, this one thing should die in PHP 8.

-Sara

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

Reply via email to