summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristian Seiler <cseiler@php.net>2008-12-02 16:28:24 +0000
committerChristian Seiler <cseiler@php.net>2008-12-02 16:28:24 +0000
commit1c3d2019b34930d978c84ebba24616b3ad5907d3 (patch)
treea3fed5832db0c7b5b160ee8c4f9f747753dfbc47 /NEWS
parent2e32354456357d1d9adffb6dbdd49c281c5ccd58 (diff)
downloadphp-git-1c3d2019b34930d978c84ebba24616b3ad5907d3.tar.gz
#- Updated NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29448eedfc..e4b12ca336 100644
--- 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,