mirror of
https://github.com/php-win-ext/zlib.git
synced 2026-03-24 09:12:08 +01:00
1.2.7
Zlib
Zlib is a compression tool from http://zlib.net.
The current version is 1.2.7 released May 2, 2012 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 LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj"
This will create 32 bit zlib_a.lib using the optimized asm code. For the other build options see the win32/Makefile.msc header.
Languages
C
80.5%
Ada
4.7%
C#
2.9%
Assembly
2.6%
C++
2.4%
Other
6.7%