Skip to content

Commit

Permalink
UPGRADING: Add murmurhash note [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Anatol Belski <[email protected]>
  • Loading branch information
weltling committed Oct 31, 2020
1 parent 5e16209 commit 347a3f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================
Expand Down

0 comments on commit 347a3f8

Please sign in to comment.