Date: 05/31/98
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31/main"
- In reply to: Michael Kunze: "[PHP-DEV] Can't compile new Zlib interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1998-05-31 19:22:27, Michael Kunze wrote:
> my attempt to compile the new zlib interface with php3 RC5 fails.
Try the latest cvs version, some changes to make it compile under windows
caused a compile failure under unix, it should already be fixed.
Or add following lines to zlib.c:
#define ZLIB_GLOBAL(a) a
#define ZLIB_TLS_VARS
and remove "static" from the declaration of php3_mshutdown_zlib in zlib.c
and php3_zlib.h
Stefan
-- Stefan Röhrich sr <email protected>, sr <email protected> http://home.pages.de/~sr/
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31/main"
- In reply to: Michael Kunze: "[PHP-DEV] Can't compile new Zlib interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

