I wanted to confirm with the community and maybe get some clarity about D8 Documentation:
On the Core request handling system ported to Symfony2 framework page it states:
The PHP superglobals for $_GET, $_POST, and $_SERVER are deprecated and should not be used, ever.
However, I can't seem to locate this information on php.net. PHP setting register_globals is deprecated. Is this what they are refering to or did I miss something huge in recent news? No longer able to use $_GET in our custom modules for D8?
RequestStackservice.