summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
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)