From: Frank M. Kromann Date: Wed, 10 Mar 2004 21:59:29 +0000 (+0000) Subject: More ZLIB exports needed by the ming extension X-Git-Tag: php-5.0.0RC1RC1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5fec66463b6a82f1ca4ff01df769d797697f905;p=php More ZLIB exports needed by the ming extension --- diff --git a/ext/zlib/php_zlib.def b/ext/zlib/php_zlib.def index a8dc1b514c..7e575327ad 100644 --- a/ext/zlib/php_zlib.def +++ b/ext/zlib/php_zlib.def @@ -1,4 +1,10 @@ EXPORTS compress compress2 - uncompress \ No newline at end of file + uncompress + inflateInit_ + inflate + inflateEnd + crc32 + inflateReset + \ No newline at end of file