Re: [PHP-DEV] ext/dom/php_domxml.c patch

2001-07-11 Thread Joey Smith
Well, xmldocfile() is fixed in HEAD, and I'm closing in on some memory leaks...Paul, if possible, I may want to collaborate with you some, because we seem to be working in the same areas of the code, and I could use the help. On Wed, 11 Jul 2001, Andi Gutmans wrote the following to Paul Marquis

Re: [PHP-DEV] ext/dom/php_domxml.c patch

2001-07-11 Thread Andi Gutmans
Paul, I suggest you work with Joey on this and have him look at the patch. It sounds as if he knows what's happening in DOM/XML unlike me who has never messed with that module :) Andi At 10:20 AM 7/11/2001 -0600, Joey Smith wrote: Well, xmldocfile() is fixed in HEAD, and I'm closing in on

[PHP-DEV] ext/dom/php_domxml.c patch

2001-07-10 Thread Paul Marquis
Attached is a patch to ext/dom/php_domxml.c that adds the ability to set the context node when running xpath_eval(). xpath_eval() (and xpath_eval_expression()) can now accept and optional second parameter that is the context node. If no argument is specified, it works as before. This patch

Re: [PHP-DEV] ext/dom/php_domxml.c patch

2001-07-10 Thread Andi Gutmans
At 07:00 PM 7/10/2001 -0400, Paul Marquis wrote: Attached is a patch to ext/dom/php_domxml.c that adds the ability to set the context node when running xpath_eval(). xpath_eval() (and xpath_eval_expression()) can now accept and optional second parameter that is the context node. If no argument

Re: [PHP-DEV] ext/dom/php_domxml.c patch

2001-07-10 Thread Paul Marquis
On Wednesday 11 July 2001 00:54, Andi Gutmans wrote: At 07:00 PM 7/10/2001 -0400, Paul Marquis wrote: Attached is a patch to ext/dom/php_domxml.c that adds the ability to set the context node when running xpath_eval(). xpath_eval() (and xpath_eval_expression()) can now accept and optional