]> granicus.if.org Git - php/commitdiff
#- Updated NEWS file
authorChristian Seiler <cseiler@php.net>
Tue, 2 Dec 2008 16:28:24 +0000 (16:28 +0000)
committerChristian Seiler <cseiler@php.net>
Tue, 2 Dec 2008 16:28:24 +0000 (16:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 29448eedfcba3331daaab08b4b7cd65f6f615869..e4b12ca33609f4eda220e62f3046056bace4bd1a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP                                                                        NEWS
 - Changed error level E_ERROR into E_WARNING in Soap extension methods
   parameter validation. (Felipe)
 - Changed openssl info to show the shared library version number. (Scott)
+- Changed floating point behaviour to consistently use double precision on all
+  platforms and with all compilers. (Christian Seiler)
+- Changed round() to act more intuitively when rounding to a certain precision
+  and to correctly round very large and very small exponents. (Christian Seiler)
 
 - Added support for namespaces with brackets. (Greg)
 - Added stream_cast() and stream_set_options() to user-space stream wrappers,