zlib
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Code from zlib.net project
# Zlib

Zlib is a compression tool from [http://zlib.net](http://zlib.net).

The current version is 1.2.7.3 released Apr 13, 2013 and is VERY stable.

PHP on Windows uses the static version of the library, but can be custom
compiled to link to the dll version, simply remove the static version of the
library from your LIB path when compiling.

### Building for PHP


    nmake -f win32/Makefile.msc

This will create 32 or 64 bit zlib_a.lib depending on target used. For the other build options see instructions at the top of win32/Makefile.msc.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。