From eb3214490287d4f8fd87a0e709f24e56eb97ae12 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 5 Sep 2000 19:06:29 +0000 Subject: - Remove track_vars - it is now always on - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings --- php.ini-optimized | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'php.ini-optimized') diff --git a/php.ini-optimized b/php.ini-optimized index 425f4f191a..901f300dd6 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -182,9 +182,8 @@ register_globals = Off ; Whether or not to register the EGPCS variables as glob register_argc_argv = 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 -track_vars = On ; enable the $HTTP_*_VARS[] arrays, where * is one of - ; ENV, POST, GET, COOKIE or SERVER. + ; increased performance (you should try not to use it anyway, + ; for less likelihood of security bugs in your code). gpc_order = "GPC" ; This directive is deprecated. Use variables_order instead. ; Magic quotes -- cgit v1.2.1