The configuration community:
variables_order
Information
Sets the order of the EGPCS (Environment Get Post Cookie and Server) variable parsing. For example if variables_order is set to SP then PHP will create the superglobals $_SERVER and $_POST but not create $_ENV $_GET and $_COOKIE. Setting to means no superglobals will be set. Note: The content and order of $_REQUEST is also affected by this directive.
Syntax
Example



