summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* fix libxml mem leakRob Richards2003-12-271-1/+1
* Fixed bug #26723 (domNode::appendChild() changes child node namespace)Rob Richards2003-12-271-9/+20
* fix possible mem leak when element has childrenRob Richards2003-12-091-3/+3
* allow assignment to $node->nodeValue to work for moreWez Furlong2003-12-091-0/+2
* check node type for ->attributes and ->childNodesRob Richards2003-12-021-7/+21
* implement namednodemap and nodelistRob Richards2003-11-291-43/+9
* add interop with simplexml - dom_import_simplexmlRob Richards2003-10-261-18/+41
* implement namespace nodesRob Richards2003-10-201-6/+17
* fix crash building nodeNameShane Caraveo2003-10-051-2/+4
* implement isDefaultNameSpace and baseURIRob Richards2003-10-051-5/+51
* implement stricterrorcheckRob Richards2003-08-241-45/+44
* allow building without libxml2 under win32Wez Furlong2003-08-221-0/+2
* reworking xml namespace supportRob Richards2003-07-271-38/+104
* implement read only exceptionsRob Richards2003-07-121-18/+76
* implement node proxies: next phase of interopRob Richards2003-07-071-22/+26
* remove code no longer neededRob Richards2003-06-151-14/+1
* add node->isSupported()Rob Richards2003-06-121-2/+13
* updating license information in the headers.James Cox2003-06-101-3/+3
* implmentation of document ref counting for persistanceRob Richards2003-06-091-97/+93
* fix a bunch of memory overruns, and uninitialized variable usesSterling Hughes2003-06-051-0/+4
* Inital cut of new dom extensionRob Richards2003-06-051-0/+1274