From: Stanislav Malyshev Date: Wed, 6 Jun 2007 18:53:35 +0000 (+0000) Subject: new fixes X-Git-Tag: php-5.2.4RC1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9295456f019042b760fd1f3660a724e9eab70f5c;p=php new fixes --- diff --git a/NEWS b/NEWS index 7bcacee51a..278fdd153e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ PHP NEWS - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(), ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson. (Tony) +- Fixed size calculation in chunk_split() (Stas) +- Fixed integer overlow in str[c]spn() (Stas) +- Fixed UMR in money_format() (Stas, Ilia) - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory already exists). (Pierre) - Fixed bug #41608 (segfault on a weird code with objects and switch()).