]> granicus.if.org Git - php/commitdiff
new fixes
authorStanislav Malyshev <stas@php.net>
Wed, 6 Jun 2007 18:53:35 +0000 (18:53 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 6 Jun 2007 18:53:35 +0000 (18:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7bcacee51ac6f416f6c51935582bc58571795939..278fdd153ef4e2881e4cc595d546a4916ecb77e4 100644 (file)
--- 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()).