Andi Gutmans wrote:
> Are you sure you rebuilt the whole tree? It works fine for me.
Yes, I rebuilt completely.
> Do you have an extremely short reproducing script?
<?php
$xmldoc = domxml_new_xmldoc('1.0');
$root = $xmldoc->add_root('root');
$foo = $root->new_child('foo', 'bar');
print $xmldoc->dumpmem();
?>
This works fine with PHP 4.0.5 and 4.0.7-CVS from yesterday, so it
should not be related to any patches to ext/domxml itself.
--
sebastian bergmann [EMAIL PROTECTED]
http://www.sebastian-bergmann.de
bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- [PHP-DEV] PHP vs. JAVA Hzta Internet
- Re: [PHP-DEV] PHP vs. JAVA Jon Niola
- Re: [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- Re: [PHP-DEV] Latest CVS on Win32 Andi Gutmans
- Re: [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- Re: [PHP-DEV] Latest CVS on Win32 Andi Gutmans
- Re: [PHP-DEV] Latest CVS on Win32 Sebastian Bergmann
- [PHP-DEV] 4.0.6RC2 Andi Gutmans
- Re: [PHP-DEV] 4.0.6RC2 Sebastian Bergmann
- Re: [PHP-DEV] 4.0.6RC2 Andi Gutmans
- Re: [PHP-DEV] 4.0.6RC2 Andrei Zmievski
- Re: [PHP-DEV] 4.0.6RC2 Andi Gutmans
- Re: [PHP-DEV] 4.0.6RC2 Andrei Zmievski
- Re: [PHP-DEV] 4.0.6RC2 Colin Viebrock
- Re: [PHP-DEV] 4.0.6RC2 Andrei Zmievski
