internals:windows:libs:zlib
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
internals:windows:libs:zlib [2008/06/01 16:57] – pajoye | internals: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 is a compression tool from [[http:// |
- | The current version is 1.2.3 released | + | For PHP suitable sources and up-to-date information see [[https:// |
+ | |||
+ | The current version is 1.2.7 released | ||
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. 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:// | + | 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:// |
internals/windows/libs/zlib.1212339447.txt.gz · Last modified: 2017/09/22 13:28 (external edit)