php-src/ext/rpc
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 A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
dotnet Changed php_error to php_error_docref. 2003-01-19 00:45:53 +00:00
java ZTS fixes. 2003-01-19 08:32:26 +00:00
skeleton s/com/skeleton/ is not always a good idea 2003-02-10 20:58:30 +00:00
tests new testcases 2002-06-10 21:15:38 +00:00
xmlrpc Porting of patch applied to ext/xmlrpc. 2003-01-14 21:04:47 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
EXPERIMENTAL Mark ext/java as what it is: experimental. 2001-12-04 13:19:42 +00:00
handler.h clean up source and improve hashing for implicitly 2003-02-11 00:55:27 +00:00
hash.h ext/rpc/com should work now, but there's still lots of work left. 2002-07-18 18:31:37 +00:00
php_rpc.h a bunch of fixes 2003-02-10 20:59:11 +00:00
RPC_HOWTO blah 2002-03-16 16:15:34 +00:00
rpc_proxy.c a bunch of fixes 2003-02-10 20:59:11 +00:00
rpc_proxy.h Bump year. 2002-12-31 16:08:15 +00:00
rpc.c Fix random crashes 2003-02-11 13:46:30 +00:00
rpc.h clean up source and improve hashing for implicitly 2003-02-11 00:55:27 +00:00