php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40516 IE7 problem with ob_start('ob_gzhandler');
Submitted: 2007-02-17 14:51 UTC Modified: 2007-02-19 09:44 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: driv at telenet dot be Assigned:
Status: Not a bug Package: Zlib related
PHP Version: 4.4.5 OS: win xp
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: driv at telenet dot be
New email:
PHP Version: OS:

 

 [2007-02-17 14:51 UTC] driv at telenet dot be
Description:
------------
IE7 problem with ob_start('ob_gzhandler');

Reproduce code:
---------------
$name = 'test.sql.gz';
header("Pragma: no-cache");
header("Content-Type: application/x-gzip; name=\"$name\"");
header("Content-disposition: attachment; filename=$name");

ob_start('ob_gzhandler');
echo "test";

Expected result:
----------------
a good gzip file it works on every browser except IE7


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-19 09:44 UTC] tony2001@php.net
IE7 problems should be reported to Microsoft.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC