summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-09-05 02:03:23 +0200
committerChristoph M. Becker <cmb@php.net>2015-09-05 02:03:23 +0200
commit8355dfc41a43387ee1ab4ba0bbab93b8b297a59e (patch)
tree6ccaf568b88106b42f030bbb976b331c7cf0a3a1 /UPGRADING
parent25a52d98d7cb2d4f3b3636eac45c71a1ae03c760 (diff)
downloadphp-git-8355dfc41a43387ee1ab4ba0bbab93b8b297a59e.tar.gz
updated NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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