]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Wed, 15 Oct 2014 17:49:22 +0000 (19:49 +0200)
committerRemi Collet <remi@php.net>
Wed, 15 Oct 2014 17:49:22 +0000 (19:49 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6429def3a1c0933a0e1e1a9b2fe1dc4e726ee6fb..8bd27e2a324cf4b880afa95d66686dd2e024394d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ PHP                                                                        NEWS
     array notation) (Florian)
   . Implemented 64-bit format codes for pack() and unpack(). (Leigh)
 
--Fileinfo:
+- Fileinfo:
   . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
 
 - FPM:
@@ -24,6 +24,9 @@ PHP                                                                        NEWS
   . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
     addresses). (Robin Gloster)
 
+- GD:
+  . Fixed bug #65171 (imagescale() fails without height param). (Remi)
+
 - GMP:
   . Implemented gmp_random_range() and gmp_random_bits(). (Leigh)