summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index ddb940aa62..8cecb96447 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -59,7 +59,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;