From 4eece9b1bd10b37e45b53e05606efa79dfa45820 Mon Sep 17 00:00:00 2001 From: Marc Pohl Date: Wed, 8 Nov 2000 21:40:34 +0000 Subject: add gzdeflate() and gzinflate() for handling of pure gzip-datastreams --- ext/zlib/php_zlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/zlib/php_zlib.h') diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 514e187d25..518ae2543e 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -50,6 +50,8 @@ PHP_FUNCTION(readgzfile); PHP_FUNCTION(gzfile); PHP_FUNCTION(gzcompress); PHP_FUNCTION(gzuncompress); +PHP_FUNCTION(gzdeflate); +PHP_FUNCTION(gzinflate); #ifdef ZTS #define ZLIBLS_D php_zlib_globals *zlib_globals -- cgit v1.2.1