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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 + 3 = ?
Subscribe to this entry?

 
 [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: Sun Jun 16 16:01:28 2024 UTC