From: Zeev Suraski Date: Sun, 18 May 2003 10:16:57 +0000 (+0000) Subject: Restore binary compatibility with 4.3.0 X-Git-Tag: BEFORE_FD_REVERT~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dfb69ebcac274d7fddc22902bc9da2cbfac8c14;p=php Restore binary compatibility with 4.3.0 --- diff --git a/main/php_globals.h b/main/php_globals.h index 7a8497ee50..0a125040fb 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; - long output_buffering; + int output_buffering; char *safe_mode_include_dir; zend_bool safe_mode_gid; @@ -67,7 +67,6 @@ struct _php_core_globals { char *output_handler; char *unserialize_callback_func; - long serialize_precision; char *safe_mode_exec_dir; @@ -141,6 +140,7 @@ struct _php_core_globals { zend_bool always_populate_raw_post_data; + long serialize_precision; };