From 8dfb69ebcac274d7fddc22902bc9da2cbfac8c14 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 18 May 2003 10:16:57 +0000 Subject: [PATCH] Restore binary compatibility with 4.3.0 --- main/php_globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.40.0