History log of /php-src/ext/hash/tests/xxh3_convert_secret_to_string.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 7ae7b4e3 23-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Correctly specify secret instead of seed in ext/hash deprecation message (#15557)

Reference: https://github.com/php/php-src/commit/74eff98c84b26a8088fb56b5be748a3e0e1da419#r145528001


# 74eff98c 06-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Deprecate passing incorrect data types for options to ext/hash functions (#15236)

RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_passing_incorrect_data_types_for_options_to_ext

Deprecate passing incorrect data types for options to ext/hash functions (#15236)

RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_passing_incorrect_data_types_for_options_to_exthash_functions

show more ...


# ca84662c 04-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix crash when converting array data for array in shm in xxh3

Closes GH-15237.