visual studio 2013 - can't compile php 5.5.13 with zlib (MVS) -


I have put zlib_a.lib on deps / lib and whenever I configure it back to me:

Checking for

library zlib_a.lib ... zlib.lib ...
Warning: zlib support can not be enabled, zlib is unavailable

What do I need for PHP compilation with Zlib? I am using Visual Studio 2013

I have placed zlib_a.lib under Diff / Live

I only

  - with- additional- libs = deps \ lib - plus-additional-include = deps \ include  

I put zlib_a.lib in deps \ lib and added to the deprecated I put zlib.h


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -