Date: 05/21/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Fork() in php?"
- Previous message: Stig Sæther Bakken: "Re: [PHP-DEV] Fork() in php?"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 sb <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Fork() in php?"
- Previous message: Stig Sæther Bakken: "Re: [PHP-DEV] Fork() in php?"
- In reply to: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS on Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

