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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: eagle_z at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 30 03:01:31 2025 UTC