1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00

#- Updated NEWS file

This commit is contained in:
Christian Seiler
2008-12-02 16:28:24 +00:00
parent 2e32354456
commit 1c3d2019b3

4
NEWS
View File

@@ -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,