php-src/ext/fbsql
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 obvious error.. 2002-10-07 11:08:11 +00:00
CREDITS Forgot this one.. 2001-03-14 13:43:58 +00:00
fbsql.dsp Adding missing include path's to non TS projects 2002-10-06 02:14:22 +00:00
php_fbsql.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
php_fbsql.h Changed global data type to avoid problems with initialization 2003-01-08 23:19:54 +00:00
Readme_w32.txt Adding a small readme file for win32 users 2001-05-14 21:04:19 +00:00