summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-2/+2
| |
* | Revert "Fix #70029: nodeValue of DOMElement list content of children nodes"Christoph M. Becker2015-09-061-0/+1
| | | | | | | | This reverts commit 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760.
* | Fix #70029: nodeValue of DOMElement list content of children nodesChristoph M. Becker2015-09-051-1/+0
| | | | | | | | | | | | | | According to the W3C DOM Core Level 3 specification DOMElement::nodeValue is supposed to yield null, but currently the DOM extension yield the result of calling xmlNodeGetContent(), what is the concatenation of the values of the children of the element. This patch fixes the non standard behavior.
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-4/+3
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: Fix #70001: Assigning to DOMNode::textContent does additional entity encoding Resolved conflicts: ext/dom/node.c
| * Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-051-4/+3
| | | | | | | | | | | | Assigning to DOMNode::textContent encodes entities, what does not match the behavior of DOMText::__construct() and DOMDocument::createTextNode. This patch changes the behavior of DOMNode::textContent in this regard.
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-4/+4
| | | | | | | | semantick changes).
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-66/+66
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-102/+102
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Fix DOM warningsNikita Popov2014-09-031-25/+26
| |
* | Merge branch 'PHP-5.6'Tjerk Meesters2014-09-021-0/+15
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Make DOMNode::textContent writeable Updated UPGRADING Updated NEWS Conflicts: ext/dom/attr.c ext/dom/characterdata.c ext/dom/document.c ext/dom/node.c
| * Make DOMNode::textContent writeableTjerk Meesters2014-09-021-16/+19
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-5/+6
| |
* | master renames phase 1Anatol Belski2014-08-251-9/+9
| |
* | fix zppAnatol Belski2014-08-211-2/+2
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
| |
* | Use new zend_hash APIDmitry Stogov2014-05-281-11/+7
| |
* | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-2/+2
| |
* | Mostly fix Dom XPathNikita Popov2014-04-161-2/+2
| |
* | Make DOM compileNikita Popov2014-04-151-193/+95
|/ | | | Just make it compile, not work yet...
* 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
|\ | | | | | | | | | | # By Daniel Veillard * PHP-5.3: Update to work with libxml 2.9.0
| * 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
| | | | | | | | | | (different patch for 5.4+ will follow shortly)
| * - 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 ↵Rob Richards2009-03-131-13/+16
| | | | | | | absent previousSibling) add test
* 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
| | | | | add test
* MFH: fix hints causing phpdoc crashRob Richards2008-09-221-1/+1
|
* MFH: fix ws, cs and foldingAntony Dovgal2008-08-141-62/+22
|