From: Thies C. Arntzen Date: Mon, 4 Oct 1999 10:39:32 +0000 (+0000) Subject: i swear, i compiled (at least) before i committed! X-Git-Tag: php-4.0b3_RC2~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b357d0eaf8280a2c1d3059f7b61912eeadbf2cbc;p=php i swear, i compiled (at least) before i committed! --- 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