]> granicus.if.org Git - php/commitdiff
[ci skip] Add forgotten NEWS entry (bug 80560)
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jan 2021 17:17:31 +0000 (18:17 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jan 2021 17:19:45 +0000 (18:19 +0100)
NEWS

diff --git a/NEWS b/NEWS
index e356a0331ad2faeae0b950cad7d9a5eee15d5c4d..569241ef5549f2ee8077b4baf9d285b173bfb20b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ PHP                                                                        NEWS
   . Fixed bug #80584 (0x and 0X are considered valid hex numbers by
     filter_var()). (girgias)
 
+- GMP:
+  . Fixed bug #80560 (Strings containing only a base prefix return 0 object).
+    (girgias)
+
 - MySQLi:
   . Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to
     interpret bit columns). (Nikita)