summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
========================================