i swear, i compiled (at least) before i committed!

This commit is contained in:
Thies C. Arntzen 1999-10-04 10:39:32 +00:00
parent 3f1465a66e
commit b357d0eaf8

View File

@ -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