From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.3
PHP version:      4.0.6
PHP Bug Type:     Sockets related
Bug description:  fgets(), fgetc() stalls

I'm using fsockopen() to connect to a mail server and retrieve messages.

When retrieving the data, sometimes fgets() or fgetc() (tried both) will
stall completely, and there is valid data being sent. It doesn't seem to
have any timeout (I let it run for a long time) it just stalls.

Are there any known problems with fgets() using fsockopen() for
communication? Is this an issue where it 'misses' the data and there is no
timeout?


Thanks!

Michael Brown
[EMAIL PROTECTED]
-- 
Edit bug report at: http://bugs.php.net/?id=14224&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to