summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-03-12 17:13:24 +0100
committerRemi Collet <remi@php.net>2014-03-12 17:13:24 +0100
commit495d5335f917ed5772558122d2cb322a4dc8f372 (patch)
treeccaaf555124dc1e8271d4324c5f29d3048452389
parent862c006da178e3bb2a247b76b19d72d338efc0bd (diff)
downloadphp-git-495d5335f917ed5772558122d2cb322a4dc8f372.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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.