[Tickets #5181] Horde_DOM crash with PHP 4.4.6
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Mar 29 13:59:49 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5181
-----------------------------------------------------------------------
Ticket | 5181
Created By | thomas.jarosch at intra2net.com
Summary | Horde_DOM crash with PHP 4.4.6
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
+New Attachment | framework-DOM-fix-segfault.php
-----------------------------------------------------------------------
thomas.jarosch at intra2net.com (2007-03-29 06:59) wrote:
Hello,
the Horde_DOM wrapper around PHP's domxml functions appear to segfault PHP
4.4.6 if I call it with the "xml" parameter. The root of all evil seems to
be the domxml_xmltree function. If you load the XML from file, we already
use domxml_open_file, so I've changed domxml_xmltree to domxml_open_mem to
be more consistent and the crashes are gone, too.
Cheers,
Thomas
More information about the bugs
mailing list