|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-25 05:42 UTC] derick@php.net
[2002-07-01 17:33 UTC] jason@php.net
[2003-09-13 17:27 UTC] n-a at mail dot com
[2004-01-14 04:45 UTC] ruben at textinfo dot nl
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
$fp=fopen("127.0.0.1", $myport, 3); ... (actions) fclose($fp); if the server does not close itself the connetion, but is the php client to close it with fclose, this leads invariably to leave the server connection in a CLOSE_WAIT state (for looooong time, not secs!). Filippo