sniper Wed Jun 6 22:41:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.766&r2=1.2027.2.547.2.767&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.766 php-src/NEWS:1.2027.2.547.2.767 --- php-src/NEWS:1.2027.2.547.2.766 Wed Jun 6 22:04:05 2007 +++ php-src/NEWS Wed Jun 6 22:41:23 2007 @@ -7,13 +7,13 @@ GD_RELEASE_VERSION, GD_EXTRA_VERSION and GD_VERSION_STRING. (Pierre) - Added missing open_basedir checks to CGI. (anight at eyelinkmedia dot com, Tony) +- Added missing format validator to unpack() function. (Ilia) - 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) -- Added missing format validator to unpack() function (Ilia) +- Fixed size calculation in chunk_split(). (Stas) +- Fixed integer overlow in str[c]spn(). (Stas) +- Fixed money_format() not to accept multiple %i or %n tokens. (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()).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php