[PHP-DEV] Bug #10699 Updated: not closed client socket after request From: sniper <email protected>
Date: 06/12/01

ID: 10699
Updated by: sniper
Reported By: vvtk <email protected>
Old-Status: Open
Status: Closed
Bug Type: Sockets related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

This should be fixed in latest CVS.
Try a snapshot from:

http://snaps.php.net/

--Jani

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

[2001-05-07 07:07:07] vvtk <email protected>
in simple client script
<?

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

// close($sk);

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

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

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10699&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>