summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* MFH: fixed bug #45251 (double free or corruption with setAttributeNode())Rob Richards2008-06-142-0/+38
* DOM tests from TestFestAnt Phillips2008-05-272-0/+79
* fix test titlesAntony Dovgal2008-05-142-2/+2
* Committing corrected test from Eric StewartZoe Slattery2008-05-031-2/+2
* - MFH . Libxml version < 2.6.21 it fails. Patch from scoatesDavid Coallier2008-03-081-1/+6
* MFH: Add missing Reflection API metadata for DOM classes.Sebastian Bergmann2008-02-0420-94/+634
* MFH: Fix arginfo.Sebastian Bergmann2008-01-301-6/+6
* MFH: Add Reflection API metadata for DOMXPath.Sebastian Bergmann2008-01-291-4/+29
* MFH: Add Reflection API metadata for DOMNode.Sebastian Bergmann2008-01-291-21/+137
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3137-37/+37
* MFH: Fix bug #43364 (recursive xincludes don't remove internal nodes properly)Rob Richards2007-11-282-0/+44
* Fixed testsDmitry Stogov2007-11-191-1/+1
* MFH: fix bug #42462 (Segmentation when trying to set an attribute in DOMElement)Rob Richards2007-08-301-0/+1
* MFH: fix bug #42082 (NodeList length zero should be empty). (Hannes)Rob Richards2007-08-063-1/+44
* WSIlia Alshanetsky2007-07-278-8/+8
* Test name formatting fixesIlia Alshanetsky2007-07-2412-12/+12
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* free wholetext properlyRob Richards2007-05-141-2/+1
* Fixed bug #41374 (wholetext concats values of wrong nodes).Rob Richards2007-05-142-3/+49
* fix test namesAntony Dovgal2007-05-071-1/+1
* fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-043-1/+42
* allow registered classes to be changedRob Richards2007-04-031-1/+1
* MFH: fix bug #40836 (Segfault in ext/dom)Rob Richards2007-03-182-1/+30
* typo in the test nameAntony Dovgal2007-01-201-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-0137-37/+37
* fix issues identitified by coverityRob Richards2006-12-212-0/+9
* add a note that libxml2 2.6.2x is requiredAntony Dovgal2006-11-131-1/+1
* MFH testsHannes Magnusson2006-10-093-0/+233
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+10
* Added missing safety checks (Problem identified by Coverity scan)Ilia Alshanetsky2006-10-071-3/+9
* fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_modeRob Richards2006-10-041-1/+1
* fix some compiler warningsRob Richards2006-09-281-15/+20
* fix bug #38949 (Cannot get xmlns value attribute)Rob Richards2006-09-273-20/+113
* One last expand_filepath() checkIlia Alshanetsky2006-09-161-2/+3
* implement workaround for bug #38823 (DOMComment->appendData does nothing)Rob Richards2006-09-163-9/+39
* MFH: free node pointer using correct functionAntony Dovgal2006-09-151-1/+1
* fix bug #38813 (DOMEntityReference->__construct crashes when called explicitly)Rob Richards2006-09-141-1/+1
* fix #38474 (getAttribute select attribute by order, even when prefixed)Rob Richards2006-08-282-11/+77
* fix underlying issue for bug #38438Rob Richards2006-08-141-2/+2
* Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)Ilia Alshanetsky2006-08-132-1/+14
* fix types of the variablesAntony Dovgal2006-08-071-3/+3
* improved code (after suggestion by helly)Christian Stocker2006-07-161-6/+3
* Added DOMNode::getNodePath() for getting an XPath for a node.Christian Stocker2006-07-162-0/+31
* MFH: fix/add SKIPIFHannes Magnusson2006-06-273-3/+3
* MFH: Missing header includeHannes Magnusson2006-06-201-0/+1
* MFH: nuke unused variables and init variables when neededAntony Dovgal2006-06-201-4/+3
* Removed unused variables.Ilia Alshanetsky2006-06-131-4/+2
* nuke unused callRob Richards2006-06-061-1/+0
* Final ze1_compat restoration - it was mostly done by hand, so if anybodyZeev Suraski2006-06-051-0/+21
* MFH: add setIdAttribute, setIdAttributeNS and setIdAttributeNode functionalityRob Richards2006-06-021-3/+100