1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
archived-php-src/win32
Wez Furlong 2a9d2d5f73 re-implement the win32 select code.
The old code implicitly set any sockets into non-blocking mode,
and since there is no way to probe a socket to determine its
blocking status using the win32 API, this was a real pain in the ass.

The New implementation will hand off any sockets to winsock and
use the WaitForObject API in win32 to probe other types of handle.
2003-11-27 18:01:12 +00:00
..
2003-09-20 03:22:36 +00:00
2002-05-19 14:32:24 +00:00
2003-11-18 09:04:31 +00:00
2002-12-19 18:30:14 +00:00
2002-09-20 20:15:24 +00:00
2002-09-20 20:15:24 +00:00
2002-09-20 20:15:24 +00:00
2002-12-19 18:30:14 +00:00
2003-09-01 06:14:24 +00:00
2002-12-19 18:30:14 +00:00
2003-11-27 18:01:12 +00:00
2003-02-18 13:34:52 +00:00
2001-06-28 23:28:25 +00:00
2000-02-19 13:11:02 +00:00