From: Remi Collet Date: Wed, 15 Oct 2014 17:49:22 +0000 (+0200) Subject: NEWS X-Git-Tag: php-5.6.3RC1~59^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3beb42ded9d1c016c7f14b66ce6008309b506ec;p=php NEWS --- diff --git a/NEWS b/NEWS index 6429def3a1..8bd27e2a32 100644 --- 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)