[PHP-DEV] Bug #4328: header("Content-Type:...") causes crash if charset is set in php3.ini From: mika+phpbug <email protected>
Date: 05/04/00

From: mika+phpbug <email protected>
Operating system: Debian/GNU Linux 2.2 / Intel
PHP version: 3.0.16
PHP Bug Type: Reproduceable crash
Bug description: header("Content-Type:...") causes crash if charset is set in php3.ini

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)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>