summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49647 (DOMUserData does not exist)Rob Richards2009-09-241-2/+2
* MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an absent...Rob Richards2009-03-131-13/+16
* MFH: Add method DomNode::getLineNo to return line number for a parsed nodeRob Richards2009-01-131-0/+22
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-21/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+21
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-21/+0
* MFH: fix bug #46185 (importNode changes the namespace of an XML element)Rob Richards2008-09-291-6/+20
* MFH: fix hints causing phpdoc crashRob Richards2008-09-221-1/+1
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-62/+22
* MFH: Fix arginfo.Sebastian Bergmann2008-01-301-6/+6
* MFH: Add Reflection API metadata for DOMNode.Sebastian Bergmann2008-01-291-21/+137
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* 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