1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

NEWS: Add xxhash note [ci skip]

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2021-01-09 21:51:10 +01:00
parent 7703b85428
commit e497a9f241

1
NEWS
View File

@@ -14,6 +14,7 @@ PHP NEWS
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
. Implemented xxhash support. (Anatol)
- MySQLi:
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)