php-doc-en/reference/hash
Juliette 03bb26ae70
PHP 8.1 | Update hash_algos() documentation
> **MurmurHash3**
>
> Added support for 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
>
> **xxHash**
>
> Added support for xxHash. The following variants are implemented:
> * xxh32, 32-bit hash
> * xxh64, 64-bit hash
> * xxh3, 64-bit hash
> * xxh128, 128-bit hash

Refs:
* https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.hash.murmurhash3
* https://github.com/php/php-src/pull/6059
* 72e91e9fc8
* https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.hash.xxhash
* https://github.com/php/php-src/pull/6524
* 23590f7c53

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>

Closes GH-1451.
2022-03-11 14:20:23 +01:00
..
functions PHP 8.1 | Update hash_algos() documentation 2022-03-11 14:20:23 +01:00
hashcontext Update ext/hash documentation 2021-12-17 15:15:19 +01:00
book.xml Fix extension doc membership 2021-06-13 23:23:33 +01:00
constants.xml Use canonical type names 2020-11-02 15:39:04 +00:00
hashcontext.xml Update ext/hash documentation 2021-12-17 15:15:19 +01:00
reference.xml
setup.xml ext/hash is always enabled as of PHP 7.4.0 2018-11-22 19:17:08 +00:00
versions.xml Update ext/hash documentation 2021-12-17 15:15:19 +01:00