From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.3 PHP Bug Type: HTTP related Bug description: default character set always added to content-type header
<?php header("Content-Type: audio/mpeg"); ?> results in the following header: Content-Type: audio/mpeg; charset=iso-8859-1 This is not understood by Internet Explorer. default charset was disabled in the php.ini file. -- Edit bug report at http://bugs.php.net/?id=21009&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21009&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21009&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21009&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21009&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21009&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21009&r=support Expected behavior: http://bugs.php.net/fix.php?id=21009&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21009&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21009&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21009&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21009&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21009&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21009&r=isapi