On 14 Oct 2014, at 14:23, Andrey Andreev <n...@devilix.net> wrote:

> That being said, from a purely semantic prospective, both $_GET and
> $_POST should be tossed - yes. In reality, you can't do that because
> virtually all PHP applications use them. But this is no reason to add
> even more global vars with such misleading ... meanings.

Let’s add $_REQUEST_BODY and $_QUERY_STRING and make them aliases of $_GET and 
$_POST then. Because they’re aliases (by-reference superglobals), there’s no 
additional memory consumption, but we finally have saner names.
--
Andrea Faulds
http://ajf.me/





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

Reply via email to