summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-051-4/+3
* bump yearXinchen Hui2015-01-151-1/+1
* Make DOMNode::textContent writeableTjerk Meesters2014-09-021-16/+19
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Rob Richards2012-08-091-0/+8
|\
| * Update to work with libxml 2.9.0Daniel Veillard2012-08-091-0/+8
| * - Year++Felipe Pena2012-01-011-1/+1
| * Deadcode & sizeof fix for issues found by coverityIlia Alshanetsky2011-08-081-15/+10
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fix another typo s/exlcusive/exclusiveRaphael Geissert2010-05-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-21/+16
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - 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