From: [EMAIL PROTECTED]
Operating system: Linux Mandrake 7.0
PHP version: 4.0.5
PHP Bug Type: URL related
Bug description: fopen(url) sleep before running
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
--
Edit Bug report at: http://bugs.php.net/?id=11080&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]