The configuration community:
Search the Site:

auto_globals_jit

Information

When enabled the SERVER and ENV variables are created when they're first used (Just In Time) instead of when the script starts. If these variables are not used within a script having this directive on will result in a performance gain. The PHP directives register_globals register_long_arrays and register_argc_argv must be disabled for this directive to have any affect. Since PHP 5.1.3 it is not necessary to have register_argc_argv disabled.

Syntax

Example

728x90