mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
UPGRADING: Add murmurhash note [ci skip]
Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
parent
5e162093d8
commit
347a3f8736
@ -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
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user