From: Remi Collet Date: Wed, 12 Mar 2014 16:13:24 +0000 (+0100) Subject: NEWS X-Git-Tag: php-5.5.11RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=495d5335f917ed5772558122d2cb322a4dc8f372;p=php NEWS --- diff --git a/NEWS b/NEWS index a84d4193df..a6a41c2c6a 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,9 @@ PHP NEWS - GD: . Fixed bug #66714 (imageconvolution breakage). (Brad Daily) . Fixed bug #66869 (Invalid 2nd argument crashes imageaffinematrixget) (Pierre) + . Fixed bug #66887 (imagescale - poor quality of scaled image). (Remi) . Fixed bug #66890 (imagescale segfault). (Remi) + . Fixed bug #66893 (imagescale ignore method argument). (Remi) - Hash: . hash_pbkdf2() now works correctly if the $length argument is not specified.