summaryrefslogtreecommitdiff
path: root/ext/dom/node.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-031-0/+10
|\
| * Fixed bug #69373Tim Toohey2017-06-031-0/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-04-131-1/+1
|\ \ | |/
| * Fixed bug #74416 Wrong reflection on DOMNode::cloneNodeFabien Villepinte2017-04-131-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-101-1/+2
|\ \ | |/
| * Fixed #73907 (nextSibling property not included in var_dump of DOMNode)Arnout Boks2017-01-101-1/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * 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
* | Fix #70029: nodeValue of DOMElement list content of children nodesChristoph M. Becker2015-09-051-1/+0
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-4/+3
|\ \ | |/
| * Fix #70001: Assigning to DOMNode::textContent does additional entity encodingChristoph M. Becker2015-09-051-4/+3
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | 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
|\ \ | |/
| * 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
|/
* 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