php-src/ext/mysql
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
..
libmysql Security fix (merged from 3.23.54) 2002-12-11 08:28:41 +00:00
config.m4 tell user which header files could not be found 2003-01-07 09:49:08 +00:00
CREDITS - Proper format for CREDITS files 2002-08-21 05:41:49 +00:00
mysql.dsp s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. 2000-05-23 09:22:01 +00:00
mysql.mak Changes for NetWare makefile. 2003-01-06 09:05:59 +00:00
php_mysql.c A add much more useful select(2) implementation than is provided by 2003-02-16 03:48:49 +00:00
php_mysql.h Bump year. 2002-12-31 16:08:15 +00:00