diff options
author | Marcus Boerger <helly@php.net> | 2002-08-09 22:29:58 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-09 22:29:58 +0000 |
commit | 9c8ba935d6cce59d515087b5ce222f22619726f7 (patch) | |
tree | 3735e25221dd3866b0026a3761b4d2ca3af2dfff /ext/zlib/php_zlib.h | |
parent | 2e29e53e00d39aa6f5ea1ff4102f792f6ba7ae60 (diff) | |
download | php-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.h | 1 |
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; |