summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--UPGRADING3
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ca068fef6..c6c98b696a 100644
--- a/NEWS
+++ b/NEWS
@@ -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).
diff --git a/UPGRADING b/UPGRADING
index f75f977750..7d324f2164 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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