From: foobar Date: Tue, 19 Jun 2007 18:22:58 +0000 (+0000) Subject: bfn X-Git-Tag: php-5.2.4RC1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=332206402532820c78b6d833977f692625220b54;p=php bfn --- diff --git a/NEWS b/NEWS index 81c44077ff..02e0748c0b 100644 --- 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.