From: Zeev Suraski Date: Sun, 18 May 2003 10:22:16 +0000 (+0000) Subject: binary compat for 64-bit platforms shouldn't matter much as they were X-Git-Tag: BEFORE_FD_REVERT~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a966b79d74b7ab7a3403321449949f001d0e2f9;p=php binary compat for 64-bit platforms shouldn't matter much as they were fairly broken to begin with --- 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;