summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-02-10 19:04:44 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-02-10 19:04:44 +0000
commit21f766b7a4a9ce040ccb6f8aa321ca95a346914b (patch)
tree270b3971cd721857ed51c5cc4634509fded9d5f7 /ext/zlib/php_zlib.h
parent63aa8acf02126da6e6f0efd3722575d962e0b6be (diff)
downloadphp-git-21f766b7a4a9ce040ccb6f8aa321ca95a346914b.tar.gz
Fixed zlib.output_compression so it can work even if zlib extension is built as shared
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 3f36b73213..1435e7043e 100644
--- a/ext/zlib/php_zlib.h
+++ b/ext/zlib/php_zlib.h
@@ -52,6 +52,7 @@ PHP_FUNCTION(gzdeflate);
PHP_FUNCTION(gzinflate);
PHP_FUNCTION(gzencode);
PHP_FUNCTION(ob_gzhandler);
+PHP_FUNCTION(zlib_get_coding_type);
int php_enable_output_compression(int buffer_size TSRMLS_DC);
int php_ob_gzhandler_check(TSRMLS_D);