Re: [PHP-XML-DEV] DomXPath extension

[email protected] ("Rob Richards") Tue, 27 Jul 2004 06:48:43 -0400
Newsgroups php.xml.dev
Message-ID <[email protected]>
From: Jason Barnett

> One big question that I haven't checked up on yet... I figure all of the
TSRM*
> constants are for thread safety, but is there a place where I can get a
list of
> all of them / what they do?

They are in TSRM.h and you should be able to figure out what they do by
looking at the file.

If you get stuck with any of the libxml and you cant find any reference in
the current dom, you can also check out domxml in PHP 4 (though dont pay
attention to anything non libxml related in there). Specifically
php_xpathptr_eval which shows how to get results other than nodesets back.

Rob