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

ID: 8639
Updated by: venaas
Reported By: fred <email protected>
Old-Status: Open
Status: Assigned
Bug Type: Unknown/Other Function
Assigned To: venaas
Comments:

The problem could be that fopen() currently doesn't support HTTP
redirects. Could you try to do

var_dump($http_response_header);

right after the fopen() call? If the header is a redirect, try to do
fopen() with the new location. If not we'll have to investigate further.
It would be useful to know what $http_response_header contains
anyway.

Stig

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

[2001-01-10 10:49:00] fred <email protected>
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 ...

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

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

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