====== Zlib ====== Zlib is a compression tool from [[http://zlib.net]] For PHP suitable sources and up-to-date information see [[https://github.com/winlibs/zlib]]. 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. The latest ZLib version does not work yet with the ASM optimization on x64's DLL but only for the static libraries. However they are available and used on Win32 using a small patch fixing some implicit casting issues (patch sent to the maintainer, see sf.net [[https://sourceforge.net/tracker/?func=detail&atid=105624&aid=1967337&group_id=5624|bug]]. Our sources are already patched).