1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/main
Wez Furlong dabf1053cd Refine stream_select() to work with streams that have data in their read
buffers.
When selecting for read, the streams are examined; if any of them have
pending read data, no actual select(2) call is performed; instead the
streams with buffered data are returned; just like a regular select
call.
Prevent erroneous warning in stream_select when obtaining the fd.
2002-10-21 22:54:37 +00:00
..
2002-05-31 04:49:45 +00:00
2002-10-16 14:53:34 +00:00
2002-08-19 20:47:55 +00:00
2001-12-11 15:32:16 +00:00
2002-03-15 21:03:08 +00:00
2000-04-19 23:18:15 +00:00
2002-10-20 23:05:34 +00:00
2002-10-07 11:21:06 +00:00
2002-05-31 04:49:45 +00:00
2001-08-15 18:01:48 +00:00
2002-02-28 08:29:35 +00:00
2002-10-14 16:14:18 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-02-28 08:29:35 +00:00
2002-10-10 19:07:12 +00:00
2002-10-07 11:23:24 +00:00
2002-10-02 23:48:58 +00:00
2002-10-21 19:18:39 +00:00
2002-08-12 14:02:51 +00:00
2002-10-15 02:05:27 +00:00