1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Add forgotten NEWS entry (bug 80560)

This commit is contained in:
Christoph M. Becker
2021-01-04 18:17:31 +01:00
parent 764b7bf108
commit 121790eaff

4
NEWS
View File

@@ -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)