|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-23 14:29 UTC] sander@php.net
[2001-11-14 06:38 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
while (!feof($sock)) { echo fgets ($sock, 128); } fclose ($sock); This hangs forever, even though remote end closes connection within 120 miliseconds. this is a known bug (discussed on the list), but the fix apperently didn't make it into the prepackaged windows release. Please do let me know when this is fixed, for i need it more than i need cocaine (and i really really need cocaine) thank you.