php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #240 HTTP header configurability
Submitted: 1998-04-03 22:53 UTC Modified: 1998-04-04 07:36 UTC
From: popelek at geocities dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Release Candidate 3 OS: Debian 2.0 GNU/Linux
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: popelek at geocities dot com
New email:
PHP Version: OS:

 

 [1998-04-03 22:53 UTC] popelek at geocities dot com
Intro: Czech html pages are converted "on the fly" into several
charsets (Windows, ISO or ASCII). For this to work, CGI scripts
have to generate proper HTTP headers like:
"Content-type: text/html; Charset=iso-8859-2"
otherwise the converter assumes the output in ISO-8859-1.
It would be nice if there is some way to configure this header.
I just overwrited the file "functions/head.c". It works, but
it is not the clean solution to the problem.

I would be happy, if you can address this issue in the next
release.

Thanks, Jan.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-04 07:36 UTC] zeev
Use the header() command, possibly in an auto-prepended
file.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC