php ini register_long_arrays

Determines whether the deprecated long $HTTP_*_VARS type predefined variables are registered by PHP or not. As they are deprecated, we obviously don't recommend you use them. They are on by default for compatibility reasons but they are not recommended on production servers.

; Default Value: On
; Development Value: Off
; Production Value: Off

This directive determines whether to continue registering the various input arrays (ENVIRONMENT, GET, POST, COOKIE, SYSTEM) using the deprecated syntax, such as HTTP_*_VARS. Disabling this directive is recommended for performance reasons.





Content