Skip to content

imazen/zlib_shallow

 
 

Repository files navigation

Zlib

Zlib is a compression tool from 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.

Appveyor builds

Current master:

Master build status

Last build:

Last build status

Travis build

Build Status

Drone.io build

Build Status

About

Code from zlib.net project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.2%
  • Assembly 9.7%
  • Ada 6.1%
  • Pascal 4.8%
  • C# 3.8%
  • C++ 3.1%
  • Other 5.3%