php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9978 Encoding for XML version declaration
Submitted: 2001-03-25 08:54 UTC Modified: 2002-11-30 09:03 UTC
From: gcs at agentsinside dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: Linux (Debian 2.2 rev2)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gcs at agentsinside dot com
New email:
PHP Version: OS:

 

 [2001-03-25 08:54 UTC] gcs at agentsinside dot com
There is no way to specify the encoding in
domxml_new_xmldoc() function.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-30 09:03 UTC] chregu@php.net
You have to give the encoding at serializing the dom-tree (within for example domxml_dump_mem) and not at creating the document. Internally it's always utf-8.

chregu
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 06:01:35 2024 UTC