internals:windows:libs:zlib

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internals:windows:libs:zlib [2010/01/08 21:11] – external edit 127.0.0.1internals:windows:libs:zlib [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Zlib ====== ====== Zlib ======
  
-Zlib is a compression tool from [[http://zlib.net]] +Zlib is a compression tool from [[http://zlib.net]]
  
-The current version is 1.2.released July 182005  and is VERY stable+For PHP suitable sources and up-to-date information see [[https://github.com/winlibs/zlib]]. 
 + 
 +The current version is 1.2.released May 22012  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. 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 is already patched.+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).
internals/windows/libs/zlib.1262985105.txt.gz · Last modified: 2017/09/22 13:28 (external edit)