php-src/ext/rpc/com
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
..
com_wrapper.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
com_wrapper.h Bump year. 2002-12-31 16:08:15 +00:00
com.c improved reverse lookup of ProgID based on an IDispatch pointer 2003-02-11 00:54:27 +00:00
com.dsp for those who prefer to have com as a shared lib 2003-01-16 18:15:44 +00:00
com.h improved reverse lookup of ProgID based on an IDispatch pointer 2003-02-11 00:54:27 +00:00
conversion.c a bunch of fixes 2003-02-10 20:59:11 +00:00
conversion.h Bump year. 2002-12-31 16:08:15 +00:00
CREDITS added wez and ordered names alphabetically 2002-05-31 09:43:22 +00:00
dispatch.c Bump year. 2002-12-31 16:08:15 +00:00
php_com.h make layers loadable as self-sustaining php extension 2003-01-16 17:49:22 +00:00
TODO updated TODO list 2002-04-27 15:47:18 +00:00
variant.c Fixed warnings. 2003-02-13 17:39:18 +00:00
variant.h a bunch of fixes 2003-02-10 20:59:11 +00:00