From 4e55747a2b0fd481018bfd390e2aa50569f73c41 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 2 Mar 2003 10:19:15 +0000 Subject: Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too) --- php.ini-dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index d54d04a1a1..1b00fb4593 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -354,6 +354,11 @@ variables_order = "EGPCS" ; to possible security problems, if the code is not very well thought of. register_globals = Off +; Whether or not to register the old-style input arrays, HTTP_GET_GLOBALS +; and friends. If you're not using them, it's recommended to turn them off, +; for performance reasons. +register_long_arrays = Off + ; This directive tells PHP whether to declare the argv&argc variables (that ; would contain the GET information). If you don't use these variables, you ; should turn it off for increased performance. -- cgit v1.2.1