From: Pierre Joye Date: Wed, 4 Apr 2007 21:01:51 +0000 (+0000) Subject: - filter and gd entries X-Git-Tag: php-5.2.2RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a2fd69fbffed807d964208a300634fe7fd170c1;p=php - filter and gd entries --- diff --git a/NEWS b/NEWS index 58d1c9d733..94c7638d99 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2007, PHP 5.2.2 +- Improved bundled GD + . Sync to 2.0.35 + . colors allocated henceforth from the resulting image overwrite the palette + colors (Rob Leslie) + . Improved thread safety of the gif support (Roman Nemecek, Nuno, Pierre) + . Use the dimension of the GIF frame to create the destination image (Pierre) + . Load only once the local color map (Pierre) + . Improved thread safety of the freetype cache (Scott MacVicar, Nuno, Pierre) - Upgraded libraries bundled in the Windows distribution. (Edin) . c-client (imap) to version 2006e . libpq (PostgreSQL) to version 8.2.3 @@ -38,6 +46,8 @@ PHP NEWS - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek) - Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre) - Fixed bug #40998 (long session array keys are truncated). (Tony) +- Implement feature request #40947, allow a single filter as argument + for filter_var_array (Pierre) - Fixed bug #40921 (php_default_post_reader crashes when post_max_size is exceeded). (trickie at gmail dot com, Ilia) - Fixed bug #40915 (addcslashes unexpected behavior with binary input). (Tony)