ID:               40516
 Updated by:       [EMAIL PROTECTED]
 Reported By:      driv at telenet dot be
-Status:           Open
+Status:           Bogus
 Bug Type:         Zlib Related
 Operating System: win xp
 PHP Version:      4.4.5
 New Comment:

IE7 problems should be reported to Microsoft.


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

[2007-02-17 14:51:33] 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



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


-- 
Edit this bug report at http://bugs.php.net/?id=40516&edit=1

Reply via email to