summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* fix bug #41257 (lookupNamespaceURI does not work as expected)Rob Richards2007-05-041-1/+10
* MFH: fix bug #40836 (Segfault in ext/dom)Rob Richards2007-03-181-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* implement workaround for bug #38823 (DOMComment->appendData does nothing)Rob Richards2006-09-161-7/+5
* 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-161-0/+30
* MFH: add C14N() and C14NFile() methods to perform XML canonicalizationRob Richards2006-05-261-0/+187
* fix possible crash in textContentRob Richards2006-01-251-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* tix fypoAntony Dovgal2005-12-181-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - correct fix for bug #33059Rob Richards2005-05-201-3/+3
* php_error() -> php_error_docref().Ilia Alshanetsky2005-04-211-7/+7
* Fix bug #32755 Segfault in replaceChild() when DocumentFragment has no childrenRob Richards2005-04-181-1/+3
* - Fixed bug #32615 (Segfault in replaceChild() using fragment whenRob Richards2005-04-081-116/+50
* Fixed bug #32011 (Fragments which replaced Nodes are not globaly useable)Rob Richards2005-02-181-3/+48
* prototype fixes (Jakub Vrána)Rob Richards2004-11-181-16/+16
* remove cloning under ze1_compatibility_modeRob Richards2004-08-301-2/+2
* Fix bug #28721 (appendChild() and insertBefore() unset DOMText)Rob Richards2004-06-131-63/+147
* Fix bug #28584: DOMText::splitText() does not split text properly (benjcarson)Rob Richards2004-05-311-25/+24
* No meaning for unsignedZeev Suraski2004-05-301-1/+1
* correct implementation of prefix write propertyRob Richards2004-02-181-23/+28
* implement clone functionality to fix segfaultRob Richards2004-02-171-3/+8
* issue warning if object is in invalid state when dealing with propertiesRob Richards2004-02-161-0/+91
* switch to zend_parse_method_parameters for consistancyRob Richards2004-02-151-43/+74
* - 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