|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 UTC |
If the default charset has been set in php3.ini with charset =, sending a Content-Type: header with header() crashes the apache module. Sending other headers works fine. sample script: <?php header("Content-Type: foo/bar"); ?> I am running Debian 2.2 frozen on an Intel platform with the default debian apache and php3 packages (apache 1.3.9-13.1, php3 3.0.16-2)