diff options
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |