summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2020-10-31 19:19:00 +0100
committerAnatol Belski <ab@php.net>2020-10-31 19:19:00 +0100
commit347a3f8736dabd0e2862ac5f673eab7650b0286e (patch)
tree1393d7a67f7fed9ad2a4749f59870f1d06b80c2d /UPGRADING
parent5e162093d8cf8d96c87b0b5d69753e40cc51a2e4 (diff)
downloadphp-git-347a3f8736dabd0e2862ac5f673eab7650b0286e.tar.gz
UPGRADING: Add murmurhash note [ci skip]
Signed-off-by: Anatol Belski <ab@php.net>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING7
1 files changed, 7 insertions, 0 deletions
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
========================================