From:             driv at telenet dot be
Operating system: win xp
PHP version:      4.4.5
PHP Bug Type:     Zlib Related
Bug description:  IE7 problem with ob_start('ob_gzhandler');

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 bug report at http://bugs.php.net/?id=40516&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40516&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40516&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40516&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40516&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40516&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40516&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40516&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40516&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40516&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40516&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40516&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40516&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40516&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40516&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40516&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40516&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40516&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40516&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40516&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40516&r=mysqlcfg

Reply via email to