Re: [PHP-DEV] Fwd: SimpleXML Patch

2006-07-13 Thread Michael Gall
Alright, let's try again. This should really be the patch.MichaelOn 7/14/06, Robert Deaton <[EMAIL PROTECTED] > wrote:Looks like your attachment was stripped, try sending it as something text/plain. Robert Deaton Index: simplexml.c ===

[PHP-DEV] Fwd: SimpleXML Patch

2006-07-13 Thread Michael Gall
Hi Guys,I really liked the recent changes that were made to simplexml (addChild), but I think it needs the capability to add an existing simplexml element as a child. I've prepared a patch that adds a method (addElement) to do this. It works, however it causes PHP to segfault on shutdown. I'm not e