The configuration community:
register_long_arrays
Information
Tells PHP whether or not to register the deprecated long $HTTP_*_VARS type predefined variables. When On (default) long predefined PHP variables like $HTTP_GET_VARS will be defined. If you're not using them it's recommended to turn them off for performance reasons. Instead use the superglobal arrays like $_GET.
Syntax
Example



