php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15985 Socket_read Problem!
Submitted: 2002-03-10 12:18 UTC Modified: 2002-03-10 12:21 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: pdesjardins at kamitech dot com Assigned:
Status: Not a bug Package: Sockets related
PHP Version: 4.1.2 OS: Slackware 8.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 + 14 = ?
Subscribe to this entry?

 
 [2002-03-10 12:18 UTC] pdesjardins at kamitech dot com
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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-10 12:21 UTC] sander@php.net
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC