diff options
author | Jani Taskinen <jani@php.net> | 2009-08-03 18:15:30 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-08-03 18:15:30 +0000 |
commit | 329c2581485da7c165f5b495972da55c22db6bb9 (patch) | |
tree | 7218eac662481be1fc35f77ac5f607143b4e9c51 /ext/zlib/php_zlib.h | |
parent | 748590c6ab1b81103b4849cc24c2799120b47440 (diff) | |
download | php-git-329c2581485da7c165f5b495972da55c22db6bb9.tar.gz |
- Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value)
# also fixes bug #35936 (ini.zlib.output-compression Documentation :)
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 1a2d3a4bf3..a7ef59a9de 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -35,6 +35,8 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib) char *output_handler; ZEND_END_MODULE_GLOBALS(zlib) +PHPAPI ZEND_EXTERN_MODULE_GLOBALS(zlib) + extern php_stream_filter_factory php_zlib_filter_factory; extern zend_module_entry php_zlib_module_entry; #define zlib_module_ptr &php_zlib_module_entry |