php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14653 Internet Explorer for Macintosh receives bad HTTP header info from PHP Header()
Submitted: 2001-12-21 19:05 UTC Modified: 2001-12-22 04:16 UTC
From: fredb86 at hotmail dot com Assigned:
Status: Not a bug Package: HTTP related
PHP Version: 4.0.6 OS: Free-BSD 4.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fredb86 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-12-21 19:05 UTC] fredb86 at hotmail dot com
The PHP Header() function isn't passing the correct HTTP redirect info to Internet Explorer 5.x for Macintosh.

program index.php:

<?php

Header("Location: http://www.mywebsite.com/junk.zip");

?>

----------

When this program is executed from Internet Explorer 5.0 or 5.1 for Macintosh, the file junk.zip will download correctly but it will be given the name index.php instead of junk.zip

--Fredb



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-22 04:16 UTC] sander@php.net
Not a bug in PHP. Microsoft is just not able to write proper software.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC