From 6a966b79d74b7ab7a3403321449949f001d0e2f9 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 May 2003 10:22:16 +0000 Subject: [PATCH] binary compat for 64-bit platforms shouldn't matter much as they were fairly broken to begin with --- main/php_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_globals.h b/main/php_globals.h index 0a125040fb..6813e81bbb 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -57,7 +57,7 @@ struct _php_core_globals { zend_bool allow_call_time_pass_reference; zend_bool implicit_flush; - int output_buffering; + long output_buffering; char *safe_mode_include_dir; zend_bool safe_mode_gid; -- 2.50.1