summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-09 22:29:58 +0000
committerMarcus Boerger <helly@php.net>2002-08-09 22:29:58 +0000
commit9c8ba935d6cce59d515087b5ce222f22619726f7 (patch)
tree3735e25221dd3866b0026a3761b4d2ca3af2dfff /ext/zlib/php_zlib.h
parent2e29e53e00d39aa6f5ea1ff4102f792f6ba7ae60 (diff)
downloadphp-git-9c8ba935d6cce59d515087b5ce222f22619726f7.tar.gz
Improved handling of output buffers (see news)\n#No trim for the string parameter...
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index ce57652a46..5366337986 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -33,6 +33,7 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib)
int ob_gzip_coding;
int output_compression;
int output_compression_level;
+ char *output_handler;
ZEND_END_MODULE_GLOBALS(zlib)
extern zend_module_entry php_zlib_module_entry;