php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3585 compiling with hardcoded contnet-type
Submitted: 2000-02-23 09:12 UTC Modified: 2000-02-25 21:09 UTC
From: ce at beer dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux
Private report: No CVE-ID: None
 [2000-02-23 09:12 UTC] ce at beer dot com
it sends automaticly the header
Content-type: text/html;charset=iso-8859-1

which make all my pre-existing programs don't work correct, since all of them are with cyrillic alphabet. I corrected it by just removing ';charset=iso-8859-1'. 

Isn't it possible not to set this content-type by default.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-25 21:09 UTC] ssb at cvs dot php dot net
There is support in CVS now for setting the default
character set with the default_charset config option.

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 02:00:01 2026 UTC