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
 [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

Pull Requests

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: Wed Sep 18 22:01:26 2024 UTC