php-src/ext/zlib
Wez Furlong 0a18a9d744 A add much more useful select(2) implementation than is provided by
windows sockets.  The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library.  In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default.  It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe.  This test will only work on NT, win2k and XP platforms.  Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered.  I will be working on a fix for this issue for win9x.
2003-02-16 03:48:49 +00:00
..
tests MFB: zlib stream tests 2002-12-09 16:43:15 +00:00
config0.m4 Centralize fopencookie test 2002-12-09 18:29:07 +00:00
CREDITS Send Content-Length if we're sending just one chunk 2001-08-16 23:34:25 +00:00
php_zlib.h Fixed zlib.output_compression so it can work even if zlib extension is built as shared 2003-02-10 19:04:44 +00:00
zlib_fopen_wrapper.c Bump year. 2002-12-31 16:08:15 +00:00
zlib_win32_howto.txt Adding a short WIN32_HOWTO and moving library and header files to php_build 2000-04-21 12:21:47 +00:00
zlib.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
zlib.dsp Fix gzip/bz2 builds for Windows 2002-04-05 11:51:43 +00:00