php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5153 fopen("http://...") has no timeout
Submitted: 2000-06-20 19:03 UTC Modified: 2002-08-28 12:37 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: schwenke at jobpilot dot de Assigned: wez (profile)
Status: Closed Package: Filesystem function related
PHP Version: 4.0.0 Release OS: Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: schwenke at jobpilot dot de
New email:
PHP Version: OS:

 

 [2000-06-20 19:03 UTC] schwenke at jobpilot dot de
If one tries to fetch a remote HTML document via

	fopen("http://some.host/foo/bar")

and there is a connectivity problem (say a misconfigured
router), this function will not return in a reasonable 
time. There should be a timeout option, as the fsockopen function already has.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-28 08:14 UTC] spic@php.net
Reclassified as Filesystem-"Bug"
 [2002-08-28 08:31 UTC] wez@php.net
PHP 4.3 already has a default timeout for all sockets,
and will provide a means for a timeout to be specified for
network wrappers.
A configuration option will allow an administrator to tune
the default timeout value.

 [2002-08-28 12:37 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 08 03:01:27 2024 UTC