summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-6/+22
|
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-3/+3
|
* MFH: Add Reflection API metadata for DOMXPath.Sebastian Bergmann2008-01-291-5/+34
|
* backport functionality to call user functions within XPathRob Richards2008-01-251-11/+259
| | | | | add test
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-5/+5
|
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-1/+1
|
* add evaluate() method to support all xpath expressionsRob Richards2004-10-031-41/+80
|
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-311-5/+5
| | | | | Prototype fixes
* constructors throw DOMExceptionRob Richards2004-05-161-0/+4
| | | | | | | | add DOM_PHP_ERR DomException code validate tagnames in constructors use C style comments update TODO
* register_namespace changed to registerNamespace for consistencyRob Richards2004-04-061-1/+1
|
* use new style constructorsRob Richards2004-03-311-4/+4
| | | | | fix return for nodelist item
* always return domnodelist unless errorRob Richards2004-02-181-34/+30
|
* implement clone functionality to fix segfaultRob Richards2004-02-171-2/+0
| | | | | | | DomNode->clone() creates new doc proxy if document is cloned remove printf from xpath fix remaining invalid object state issues
* start of dom updateRob Richards2004-02-151-11/+8
| | | | | | | switch to zend_parse_method_parameters for consistancy insure object parameters are correct class types convert zvals to correct type if needed for property writes
* 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 refcount on xpath iterators xpath_query should return nodelist even when empty
* 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
| | | | | fix cloneNode with elements
* implement namespace nodesRob Richards2003-10-201-1/+20
| | | | | | | fix getElementsByTagName fixes to attribute namespaces remove safemode stuff as its handled in streams
* 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
| | | | | | fix possible segfault in xpath add wide character support for characterdata
* move some document properties internallyRob Richards2003-09-081-6/+65
| | | | | add xpath namespace support (by Shane)
* implement stricterrorcheckRob Richards2003-08-241-2/+2
| | | | | | | fix clonenode cleanup error routines forgot these files
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
|
* initial xpath implementationRob Richards2003-07-241-0/+167
make dom_object generic