diff options
Diffstat (limited to 'ext/zlib/php_zlib.def')
| -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 |
