php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10699 not closed client socket after request
Submitted: 2001-05-07 07:07 UTC Modified: 2001-06-12 00:56 UTC
From: vvtk at stealthcomp dot com Assigned:
Status: Closed Package: Sockets related
PHP Version: 4.0.5 OS: RedHat 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vvtk at stealthcomp dot com
New email:
PHP Version: OS:

 

 [2001-05-07 07:07 UTC] vvtk at stealthcomp dot com
in simple client script
<?

$sk=socket(...);
connect($sk,...);

// close($sk); 

?>
If line close($sk); commented - socket connection not canceled.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-12 00:56 UTC] sniper@php.net
This should be fixed in latest CVS. 
Try a snapshot from:

http://snaps.php.net/

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 00:01:28 2024 UTC