diff --git a/NEWS b/NEWS index e356a0331ad..569241ef554 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)