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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-19 09:44 UTC] tony2001@php.net
IE7 problems should be reported to Microsoft.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC