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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 33 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 12:01:29 2024 UTC