php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3714 Output page header(page encoding) problem
Submitted: 2000-03-02 21:04 UTC Modified: 2000-07-23 15:02 UTC
From: eagle_z at hotmail dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: RedHat 6.1
Private report: No CVE-ID: None
 [2000-03-02 21:04 UTC] eagle_z at hotmail dot com
The page outputed by PHP-4.0b4pl1 contain a Header like this:
"Content-type: text/html;charset=iso-8859-1"
If my script contains non-iso-8859-1 characters, like Chinses(charset=gb2312 or charset=big5), it would cause a display problem, the characters can be read(but the page source code is ok).

the related source code is located in file:
php-4.0b4pl1/sapi/apache/mod_php4.c, line 431 and 463.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-23 15:02 UTC] stas at cvs dot php dot net
Should be fixed. Use default_charset parameter if you need.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC