ID:               46049
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Closed
 Bug Type:         Streams related
 Operating System: Linux
 PHP Version:      5.3CVS-2008-09-11 (CVS)
 Assigned To:      dsp
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Patch was reverted


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

[2008-11-24 02:19:44] [EMAIL PROTECTED]

If everybody is fine with that, I will revert the patch.

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

[2008-11-21 17:46:28] [EMAIL PROTECTED]


Shorter reproduce code:

<?php
$socket = stream_socket_client('tcp://www.php.net:80');
var_dump(feof($socket));
?>

The feof() will block until timeout is reached.

David, your fix correctly made feof() behave as documented (blocks
until timeout is reached if no data is available), but should feof()
really blocks here ? It seems it never behaved as documented (checked
php4.4, 5.1, 5.2.6).

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

[2008-11-18 23:46:15] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



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

[2008-11-05 13:43:24] [EMAIL PROTECTED]

Jani: I think it's an issue with the ssl socks, as my patch didn't
patch 
those. I try to have time to have a look on this, but I 
cannot reproduce the patch yet even though I sit down with sebstian and

try to figure out what's going wrong.

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

[2008-10-28 22:08:32] [EMAIL PROTECTED]

David, I guess we just have to revert that bad patch of yours then?

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

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

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

Reply via email to