Hi!

> 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

That's a good point. We definitely should get rid of this one, it adds
absolutely nothing now. It might expose some security issues though in
bad scripts that rely on mangling for safety while recomposing URLs
(which of course they shouldn't but... sigh...)

-- 
Stas Malyshev
smalys...@gmail.com

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

Reply via email to