summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.def
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-03-10 21:59:29 +0000
committerFrank M. Kromann <fmk@php.net>2004-03-10 21:59:29 +0000
commita5fec66463b6a82f1ca4ff01df769d797697f905 (patch)
tree9baf9a65412f2cdfd07dc88385879559d3ac490c /ext/zlib/php_zlib.def
parente84334a597ae78098f87b35e52d9a88e61834eae (diff)
downloadphp-git-a5fec66463b6a82f1ca4ff01df769d797697f905.tar.gz
More ZLIB exports needed by the ming extension
Diffstat (limited to 'ext/zlib/php_zlib.def')
-rw-r--r--ext/zlib/php_zlib.def8
1 files changed, 7 insertions, 1 deletions
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