ID:               25933
 User updated by:  flape at pobox dot sk
 Reported By:      flape at pobox dot sk
 Status:           Open
 Bug Type:         Filesystem function related
 Operating System: Win2K
 PHP Version:      4.3.3
 Assigned To:      wez
 New Comment:

With newest php5 snap I got:



Warning: stream_select() [function.stream-select]: unable to select
[0]: No error (max_fd=0)


Previous Comments:
------------------------------------------------------------------------

[2004-03-04 11:44:37] flape at pobox dot sk

I experience the same problem even With 4.3.5RC4-dev.

------------------------------------------------------------------------

[2003-12-04 02:23:43] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-11-28 17:32:02] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Can you try using a PHP *5* snapshot (dated today)?

If it works in PHP 5, I can port the changes down to PHP 4; otherwise,
I don't think it will be possible to select on files under win32.

------------------------------------------------------------------------

[2003-11-05 10:05:41] flape at pobox dot sk

I've done it in blocking and even in non-blocking mode with the same
result

------------------------------------------------------------------------

[2003-11-04 03:45:31] [EMAIL PROTECTED]

It should work with file handles.

Try removing the stream_set_blocking() call: stream_select() will give
you an indication if an operation would block - if it is set to
non-blocking, it is possible that your OS is telling you it has nothing
to do.



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25933

-- 
Edit this bug report at http://bugs.php.net/?id=25933&edit=1

Reply via email to