|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-19 09:44 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 10:00:01 2025 UTC |
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