From 9c8ba935d6cce59d515087b5ce222f22619726f7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 9 Aug 2002 22:29:58 +0000 Subject: Improved handling of output buffers (see news)\n#No trim for the string parameter... --- ext/zlib/php_zlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/zlib/php_zlib.h') 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; -- cgit v1.2.1