diff options
author | Thies C. Arntzen <thies@php.net> | 1999-10-04 10:39:32 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-10-04 10:39:32 +0000 |
commit | b357d0eaf8280a2c1d3059f7b61912eeadbf2cbc (patch) | |
tree | 0516f2c473783c637e274d445600dd37510325fd | |
parent | 3f1465a66eb764a22e0638be76af413ffb360dd9 (diff) | |
download | php-git-b357d0eaf8280a2c1d3059f7b61912eeadbf2cbc.tar.gz |
i swear, i compiled (at least) before i committed!
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |