diff options
author | David Hill <ddhill@php.net> | 2003-03-10 14:50:16 +0000 |
---|---|---|
committer | David Hill <ddhill@php.net> | 2003-03-10 14:50:16 +0000 |
commit | 1edf7f55e593540a91b218c46e5ee4bf8fea4ae6 (patch) | |
tree | 278f57219c882cd6c45a0fc185372841ee5f686b /main/php_globals.h | |
parent | 70f97c1713434a33c9ae01a17f50d9d3492de0f1 (diff) | |
download | php-git-1edf7f55e593540a91b218c46e5ee4bf8fea4ae6.tar.gz |
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
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; |