Bug #16344 Updated: GTK causes DOM xmldoc to fail

2002-03-29 Thread darrin
s before domxml, it breaks. 123"; $doc = xmldoc($xml); print_r(domxml_dumpmem($doc)); ?> outputs: PHP Version 4.1.2 Warning: xmldoc() unsupported node type: 0 in /home/darrin/projects/exempla/test_xml.php on line 9 Warning: xmldoc() cannot create required DOM object

Bug #16344 Updated: GTK causes DOM xmldoc to fail

2002-03-29 Thread darrin
Version 4.1.2 123 as expected. However: by loading the php_gtk extensions before domxml, it breaks. 123"; $doc = xmldoc($xml); print_r(domxml_dumpmem($doc)); ?> outputs: PHP Version 4.1.2 Warning: xmldoc() unsupported node type: 0 in /home/darrin/projects/exempla

Bug #16344: GTK causes DOM xmldoc to fail

2002-03-29 Thread darrin
test.php produces: PHP Version 4.1.2 123 as expected. However: by loading the php_gtk extensions before domxml, it breaks. 123"; $doc = xmldoc($xml); print_r(domxml_dumpmem($doc)); ?> outputs: PHP Version 4.1.2 Warning: xmldoc() unsupported node type: 0 in /home