From b357d0eaf8280a2c1d3059f7b61912eeadbf2cbc Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Mon, 4 Oct 1999 10:39:32 +0000 Subject: [PATCH] i swear, i compiled (at least) before i committed! --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index e0722743ea..6860cc3ab0 100644 --- a/main/main.c +++ b/main/main.c @@ -229,7 +229,7 @@ PHP_INI_BEGIN() #if PHP_TRACK_VARS /* "cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - thies 991004 */ STD_PHP_INI_BOOLEAN("track_vars", "1", PHP_INI_ALL, OnUpdateBool, track_vars, php_core_globals, core_globals) -#ese +#else STD_PHP_INI_BOOLEAN("track_vars", "0", PHP_INI_ALL, OnUpdateBool, track_vars, php_core_globals, core_globals) #endif -- 2.40.0