summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* always return domnodelist unless errorRob Richards2004-02-181-34/+30
* implement clone functionality to fix segfaultRob Richards2004-02-171-2/+0
* start of dom updateRob Richards2004-02-151-11/+8
* update constructors so they cant be called staticallyRob Richards2004-01-221-3/+1
* Warn when empty string supplied to load methods (by Pierre-Alain)Rob Richards2004-01-201-1/+1
* Fix warning (and possible problem)Marcus Boerger2004-01-201-0/+2
* Fix leaks in dom_xpath_query (create retval only if requiered) by Pierre-AlainChristian Stocker2004-01-191-2/+3
* XPath query returns nodelist object rather than arrayRob Richards2004-01-101-4/+20
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-2/+2
* implement namespace nodesRob Richards2003-10-201-1/+20
* remove a debug printfShane Caraveo2003-10-051-1/+1
* fix segfault if xpath expression string is invalidRob Richards2003-10-051-0/+3
* add property_get_ptr handlerRob Richards2003-09-291-1/+1
* move some document properties internallyRob Richards2003-09-081-6/+65
* implement stricterrorcheckRob Richards2003-08-241-2/+2
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* initial xpath implementationRob Richards2003-07-241-0/+167