Posted by yawnmoth on 06/17/07 04:24
<?php while (true) { $read = array(STDIN); $write = $except = NULL; if (stream_select($read, $write, $except, 0)) { } } ?> When I run this in PHP4, I get a "warning: stream select(): unable to select [0]: No error" error. In PHP5, I don't. Any ideas as to why?
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming