]> granicus.if.org Git - php/commitdiff
bfn
authorfoobar <sniper@php.net>
Tue, 19 Jun 2007 18:22:58 +0000 (18:22 +0000)
committerfoobar <sniper@php.net>
Tue, 19 Jun 2007 18:22:58 +0000 (18:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 81c44077ffe9983803821ae4b9d5a2ff72375c3c..02e0748c0b15ec09dbc324211edd571285987677 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ PHP                                                                        NEWS
 - Added missing error check inside bcpowmod(). (Ilia)
 
 - Fixed var_export() to use the new H modifier so that it can generate
-  parsable PHP code for floats again, independent of the locale.
+  parseable PHP code for floats, independent of the locale. (Derick)
 - Fixed regression introduced by the fix for the libgd bug #74 (Pierre)
 - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(), 
   ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson.