[PHP-DEV] PHP 4.0 Bug #8639: fopen always return true in some case From: fred <email protected>
Date: 01/10/01

From: fred <email protected>
Operating system: Linux RH6.1 / x86
PHP version: 4.0.4
PHP Bug Type: Unknown/Other Function
Bug description: fopen always return true in some case

It seems that :
$test= <email protected>("http://$url/$urlphotos/".$reference."-1.jpg","r");
# (with all vars correct)
always return true (at least with 4.0.4) ?!
Is it because it's a picture ?
Didn't test it with an html file though ...

-- 
Edit Bug report at: http://bugs.php.net/?id=8639&edit=1

-- 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>