ID: 15985 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Sockets related Operating System: Slackware 8.0 PHP Version: 4.1.2 New Comment:
The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Previous Comments: ------------------------------------------------------------------------ [2002-03-10 12:18:41] [EMAIL PROTECTED] Hi customer support Why that code hang after a socket_read? There is no timeout for the socket and it does not stop reading. This is causing an endless loop! while(($buf = socket_read($market_sock, 2048)) !== false) $response .= $buf; I just need the best way to read on a blocking port? Thanks Patrick Desjardins ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15985&edit=1