diff options
author | Christoph M. Becker <cmb@php.net> | 2015-09-05 02:03:23 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-09-05 02:03:23 +0200 |
commit | 8355dfc41a43387ee1ab4ba0bbab93b8b297a59e (patch) | |
tree | 6ccaf568b88106b42f030bbb976b331c7cf0a3a1 /UPGRADING | |
parent | 25a52d98d7cb2d4f3b3636eac45c71a1ae03c760 (diff) | |
download | php-git-8355dfc41a43387ee1ab4ba0bbab93b8b297a59e.tar.gz |
updated NEWS and UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |