#
7463e70b |
| 16-Jan-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Handle exceptions from __toString in XXH3's initialization The initialization routine for XXH3 was not prepared for exceptions from seed. Fix this by using try_convert_to_string.
Handle exceptions from __toString in XXH3's initialization The initialization routine for XXH3 was not prepared for exceptions from seed. Fix this by using try_convert_to_string. For discussion, please see: GH-10305 Closes GH-10352 Signed-off-by: George Peter Banyard <girgias@php.net>
show more ...
|
Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29, php-7.3.28 |
|
#
20501c72 |
| 20-Feb-2021 |
Anatol Belski |
hash: Implement secret support for xxh3 and xxh128 A secret can be passed through the options array. The length is currently in the range of 136 to 256 bytes. The concerned algos are
hash: Implement secret support for xxh3 and xxh128 A secret can be passed through the options array. The length is currently in the range of 136 to 256 bytes. The concerned algos are already marked as non serializable. Signed-off-by: Anatol Belski <ab@php.net>
show more ...
|