Well it sounds like a bug in domxml to me.
Maybe yesterday's patch unveiled this bug because there is no reason I can 
think of (unless I'm missing something) that yesterday's patch should 
effect domxml.
It should work with whatever resource type id it received.

Andi

At 06:22 PM 5/21/2001 +0200, Sebastian Bergmann wrote:
>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]

Reply via email to