diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | UPGRADING | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,8 @@ PHP NEWS - DOM: . Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity encoding). (cmb) + . Fixed bug #70029 (nodeValue of DOMElement list content of children nodes). + (cmb) - Streams: . Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections). @@ -450,6 +450,9 @@ Other . dba_delete() now returns false if the key was not found for the inifile handler, too. +- DOM: + . DOMElement::nodeValue is now null, according to W3C DOM Core Level 3. + - GMP . Requires libgmp version 4.2 or newer now. . gmp_setbit() and gmp_clrbit() now return FALSE for negative indices, making |