php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11080 fopen(url) sleep before running
Submitted: 2001-05-24 06:37 UTC Modified: 2001-05-24 06:54 UTC
From: kaio at telkom dot net Assigned:
Status: Closed Package: URL related
PHP Version: 4.0.5 OS: Linux Mandrake 7.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kaio at telkom dot net
New email:
PHP Version: OS:

 

 [2001-05-24 06:37 UTC] kaio at telkom dot net
i've just upgraded my PHP 3 to 4.0.4 then 4.0.5

when in PHP3, this will work perfectly
fopen("http://www.belajar.com", "r");

but when upgraded to 4.0.4pl1 then 4.0.5
the script hang for minutes..

no CPU and additional RAM was used.. the computer is just working like there is nothing going on.

and after a few minutes the 'fopen(url)' finally continue to work 

-----
i'm configuring php with:
./configure --with-apxs --with-mysql --with-postgresql

there are no warning and error message..

-----

i'm using the default php.ini

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-24 06:54 UTC] swm@php.net
There is no domain www.belajar.com. It is possible that
the reason it works after a few minutes is due to the DNS implementation
on the system you are running your script on.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC