php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16396 dumpmem($node) dumps xml in string with wrong "encoding" attribute
Submitted: 2002-04-02 12:42 UTC Modified: 2002-04-05 13:27 UTC
From: 2erudit at mail dot ru Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.1.2 OS: w2k
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: 2erudit at mail dot ru
New email:
PHP Version: OS:

 

 [2002-04-02 12:42 UTC] 2erudit at mail dot ru
dumpmem($node) where $node is DOM Element Object dumps xml in string with wrong "encoding" attribute (parent document for this node has UTF-8 encoding, but in dumped string - UTF-16 or nothig)

but dumpmem($doc) where $doc is domxml document works perfect

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-05 13:27 UTC] jtate@php.net
dumpmem($node) is not implemented.  If this is desired functionality, open a feature request.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 09:01:34 2024 UTC