Installation pb with zlib

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Hannouz
Forum Newbie
Posts: 1
Joined: Thu Feb 20, 2003 12:13 pm

Installation pb with zlib

Post by Hannouz »

I'm trying to compile the PHP 4.3.1 sources in order to create the php4ts dll for Apache on Windows.
The trouble is that php4ts requires zlib.lib and zlib (in the php_modules workspace) requires php4ts_debug.lib.
How can I get out this circular dependency ?
Post Reply