diff options
author | Frank M. Kromann <fmk@php.net> | 2004-04-07 18:47:09 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2004-04-07 18:47:09 +0000 |
commit | 9a10491752e72aa11af468683c3df43f1fe97c4a (patch) | |
tree | a8874e1e0257182eaa575af180d8c256f25fb2b2 /ext/zlib | |
parent | fb39035e7788658a6244d272923dae488ab322d8 (diff) | |
download | php-git-9a10491752e72aa11af468683c3df43f1fe97c4a.tar.gz |
Export symbols required by zlib_filter extension
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/php_zlib.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.def b/ext/zlib/php_zlib.def index 7e575327ad..7c4ce92635 100644 --- a/ext/zlib/php_zlib.def +++ b/ext/zlib/php_zlib.def @@ -1,8 +1,12 @@ EXPORTS compress compress2 + deflate + deflateEnd + deflateInit2_ uncompress inflateInit_ + inflateInit2_ inflate inflateEnd crc32 |