summaryrefslogtreecommitdiff
path: root/ext/dom
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-2732-62/+62
* 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
* MFH: add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-263-0/+291
* MFH: add registerNodeClass() methodRob Richards2006-05-227-60/+168
* add testsRob Richards2006-05-173-0/+38
* Synch from HEADRob Richards2006-05-172-5/+7
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-15/+0
* Fix win32 buildFrank M. Kromann2006-05-101-2/+3
* - Update after api changesMarcus Boerger2006-05-103-8/+7
* Fix bug #37277 (cloning Dom Documents or Nodes does not work)Rob Richards2006-05-034-3/+27
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-10/+4
* fix #36859 (DOMElement crashes when calling __construct when clone'ing)Antony Dovgal2006-03-261-0/+1
* Fixed bug #36756 (DOMDocument::removeChild corrupts node)Rob Richards2006-03-182-0/+37