diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2015-07-10 13:42:09 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-09-05 01:52:41 +0200 |
commit | 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760 (patch) | |
tree | a007f0bb1691dd0b176286d76568ab48bb6b0387 /sapi/cli/php_cli_server.c | |
parent | 3be54e12d5c85150c1a325b02f33a18a93190e15 (diff) | |
download | php-git-25a52d98d7cb2d4f3b3636eac45c71a1ae03c760.tar.gz |
Fix #70029: nodeValue of DOMElement list content of children nodes
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.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions