php-developer-list | 2001041

[PHP-DEV] PHP 4.0 Bug #9567 Updated: Warning: file("http://www.php.net") - Bad file descriptor in /usr/........ From: christian.goebel <email protected>
Date: 04/10/01

ID: 9567
User Update by: christian.goebel <email protected>
Old-Status: Closed
Status: Open
Bug Type: *Directory/Filesystem functions
Description: Warning: file("http://www.php.net") - Bad file descriptor in /usr/........

No that not the problem :(

Previous Comments:
---------------------------------------------------------------------------

[2001-04-10 11:02:07] hholzgra <email protected>
maybe it's the missing slash after the hostname?

http://www.php.net is not a legal URL
while http://www.php.net/ is

---------------------------------------------------------------------------

[2001-04-10 10:48:54] sniper <email protected>
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug report.

--Jani

---------------------------------------------------------------------------

[2001-03-06 06:42:40] stas <email protected>
Works for me. Are you sure it still happens for the latest CVS?

---------------------------------------------------------------------------

[2001-03-05 16:30:17] christian.goebel <email protected>
<?php
$fcontents = file ('http://www.php.net');
?>

Warning: file("http://www.php.net") - Bad file descriptor in /usr/home/tpost/public_html/.../php/test.php on line 3

Can you help me? I can find only bug reports but no solution on the problem...

thank you

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=9567

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>