php-src/ext/imap
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 fix some typos 2003-01-28 06:56:32 +00:00
CREDITS #adding name to credits. nothing to see here, keep moving. 2001-02-28 01:02:48 +00:00
IMAP_Win32_HOWTO.txt *** empty log message *** 2000-04-03 18:50:50 +00:00
imap.dsp Switch from imap_sendmail.* to sendmail.c under Win32 2002-07-02 19:29:15 +00:00
imap.h Making imap module compile on win32 and include imap_mail() function) 2000-05-30 22:13:09 +00:00
php_imap.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
php_imap.h quota function fixes. Thanks Wez. 2003-01-20 21:28:09 +00:00