From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.4pl1
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  Problem with fopen() - Bad file descriptor

I have used and tested a script on linux machine with an apache webserver and php4 
installed, i got error of a bad file desctiptor in the fopen statement:

The code i used is: 

$page="http://www.feri.uni-mb.si/"; 
$fp=fopen($page,"r") or die("Error"); 

when the url was http://www.senser.f2s.com/welcome.html" 
(my website)
everthing worked fine!

Ales!



-- 
Edit Bug report at: http://bugs.php.net/?id=10110&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]

Reply via email to