php-src/ext/mcal
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
..
config.m4 Defer linking against libmcal until we have built the extension, 2002-03-27 10:26:17 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
php_mcal.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
php_mcal.h centralize #include "build-defs.h" and drop (sometimes inconsistent) other 2002-10-24 13:15:49 +00:00