From: Christoph M. Becker Date: Mon, 4 Jan 2021 17:17:31 +0000 (+0100) Subject: [ci skip] Add forgotten NEWS entry (bug 80560) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=121790eaff954cbfce87d0df34ff1f0dc1f993a4;p=php [ci skip] Add forgotten NEWS entry (bug 80560) --- diff --git a/NEWS b/NEWS index e356a0331a..569241ef55 100644 --- 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)