|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-10 23:54 UTC] sniper@php.net
[2002-08-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Hello, since i've upgraded to 4.1.2 (was 4.0.4pl1), i'm seeing pending established tcp connections with netstat. They're certainly coming out of the server (because random tcp port is used versus port 80 on the remote end), and are probably caused by an fopen('http://...') on one of the sites hosted by the server. There indeed is a site on the server which does fopen('http://the_server_i_was_seeing_in_netstat/'), so i'm quite sure connection was initiated by php and not by some other process. It is not a temporary issue, as it was arround and 'established' for +24 hours (there are 99% chances it was always the same socket, as it was the same local port number and same remote host+port pair). It dissapeared by rehashing apache (apachectl graceful). I've never seen this with 4.0.4pl1 and previous versions, while the site doing the fopen() is on the server for months. Maybe php is now supporting http keep-alive on fopen('http://'), but i'm not aware of that. If so, please don't take this bugreport into account. Thanx -- vedad