On 2 October 2013 13:12, Leigh <lei...@gmail.com> wrote:
> On 2 October 2013 07:59, Michael Wallner <m...@php.net> wrote:
>
>> I propose to phase out $_GET and name it $_QUERY and
>> I propose to phase out $_POST and name it $_FORM
>
> I have to say I'm against this aspect of the proposal. While the names
> may not be 100% accurate, _most_ people are used to their behaviour.
> You certainly won't be able to remove $_GET / $_POST (implied by
> "phase out") in any 5.x release, it's just too big of a BC break.

Right, that's why I said "phase out". Check out register_long_arrays;
those globals have been deprecated in PHP-5.0 and removed in PHP-5.4.


-- 
Regards,
Mike

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

Reply via email to