ID:               27801
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ury at iptel dot by
 Status:           Closed
 Bug Type:         Sockets related
 Operating System: linux
 PHP Version:      4.3.5
 New Comment:

If it's in one snapshot, it will be in later ones too. The fix will
also be in a next release of PHP (4.3.7 OR 5.0.0).


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

[2004-04-20 10:35:23] tibyke at tibyke dot hu

just a final question?

when will it be merged to the "main" tree?
will there come a bugfix release soon, or it will remain in snaps only,
and get merged later when a main release is coming?

was it just a snapshot made for this bug, or will it be merged into any
forthcoming spanshots too?

thx,
tibyke

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

[2004-04-19 23:24:02] [EMAIL PROTECTED]

Cool, closing then.

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

[2004-04-19 20:19:37] tibyke at tibyke dot net

this snapshot is ok, ilohamail works ok.

thx,
tibyke

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

[2004-04-19 15:19:24] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

See Bug #28055, and please try the next snapshot.

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

[2004-04-18 12:53:58] jimmy at quadrahosting dot com dot au

To those who are experiencing this problem (on 4.3.5 and up) - do you
check the result of fgets using feof? If this is the case, the feof is
the cause of the delay because since 4.3.5 PHP will only return true on
feof when the socket connection is closed or after the socket timeout
period has elapsed. See www.php.net/feof

A quick fix is to call stream_set_timeout($sockethandle, 2) or a
similarly low timeout.

Can someone confirm that this works for you?

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

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/27801

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

Reply via email to