UPGRADING: Add murmurhash note [ci skip]

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski 2020-10-31 19:19:00 +01:00
parent 5e162093d8
commit 347a3f8736

View File

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