summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-04-25 10:57:23 +0000
committerfoobar <sniper@php.net>2003-04-25 10:57:23 +0000
commit2219a6260686a7d2de63ab9bf9a9f34694a35b6d (patch)
treeb8df41ea78262f928c9f8f9bcae29c4d94d95363 /php.ini-dist
parentdbe01aca1f56c5ff2a802fb4b53361675f833056 (diff)
downloadphp-git-2219a6260686a7d2de63ab9bf9a9f34694a35b6d.tar.gz
- Made 'register_long_arrays' to be "On" by default.
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index c7e586970c..de61d45ed1 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -364,7 +364,7 @@ register_globals = Off
; Whether or not to register the old-style input arrays, HTTP_GET_VARS
; and friends. If you're not using them, it's recommended to turn them off,
; for performance reasons.
-register_long_arrays = Off
+register_long_arrays = On
; 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