From 347a3f8736dabd0e2862ac5f673eab7650b0286e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 31 Oct 2020 19:19:00 +0100 Subject: UPGRADING: Add murmurhash note [ci skip] Signed-off-by: Anatol Belski --- UPGRADING | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index b186fe0a2f..5d4791675a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -23,6 +23,13 @@ PHP 8.1 UPGRADE NOTES 2. New Features ======================================== +- hash: + . Added MurmurHash3 with streaming support. The following variants are implemented + + - murmur3a, 32-bit hash + - murmur3c, 128-bit hash for x86 + - murmur3f, 128-bit hash for x64 + ======================================== 3. Changes in SAPI modules ======================================== -- cgit v1.2.1