summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorDavid Hill <ddhill@php.net>2003-03-10 14:50:16 +0000
committerDavid Hill <ddhill@php.net>2003-03-10 14:50:16 +0000
commit1edf7f55e593540a91b218c46e5ee4bf8fea4ae6 (patch)
tree278f57219c882cd6c45a0fc185372841ee5f686b /ext/zlib/php_zlib.h
parent70f97c1713434a33c9ae01a17f50d9d3492de0f1 (diff)
downloadphp-git-1edf7f55e593540a91b218c46e5ee4bf8fea4ae6.tar.gz
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index 1435e7043e..c399862dc1 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -31,8 +31,8 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib)
uLong crc;
int ob_gzhandler_status;
int ob_gzip_coding;
- int output_compression;
- int output_compression_level;
+ long output_compression;
+ long output_compression_level;
char *output_handler;
ZEND_END_MODULE_GLOBALS(zlib)