summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorStefan Roehrich <sr@php.net>2003-09-06 15:31:35 +0000
committerStefan Roehrich <sr@php.net>2003-09-06 15:31:35 +0000
commit620683792942d458df0a2a09aff2f163074f77ae (patch)
tree486635de6df003033c3b5c862b82233b588157b4 /ext/zlib/php_zlib.h
parent5d1dbdbfd23006165e5bac6eb6ec39775b35ea26 (diff)
downloadphp-git-620683792942d458df0a2a09aff2f163074f77ae.tar.gz
Code cleanup:
Fixed ob_gzhandler with register_long_arrays = On. Unified compression_coding global var (removed ob_gzip_coding). Switched to zend_parse_parameters(). Added some tests.
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h
index babd30a4e7..a4af12cc2e 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -30,7 +30,6 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib)
z_stream stream;
uLong crc;
int ob_gzhandler_status;
- int ob_gzip_coding;
long output_compression;
long output_compression_level;
char *output_handler;