..
murmur
ext/hash: Swap the checking order of __has_builtin and __GNUC__ ( #14185 )
2024-05-10 09:37:13 +09:00
sha3
tests
ext/hash: tests for md5 and sha1 compatibility ( #18525 )
2025-05-09 13:08:58 +01:00
xxhash
Merge branch 'PHP-8.3' into PHP-8.4
2025-06-12 19:26:56 +02:00
bench.php
config.m4
Autotools: Enable tsrmls cache in hash extension on big endian ( #15303 )
2025-06-22 16:03:55 +02:00
config.w32
hash: Add SHA-NI implementation of SHA-256 ( #15152 )
2024-08-08 22:19:33 +02:00
CREDITS
hash.c
ext/hash: Use new php_streams fast ZPP specifier
2025-03-03 18:08:23 +00:00
hash.stub.php
Replace @deprecated
by #[\Deprecated]
for internal functions / class constants ( #14750 )
2024-07-10 16:47:31 +02:00
hash_adler32.c
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
hash_arginfo.h
Rename ZEND_STR_DEPRECATED
to ZEND_STR_DEPRECATED_CAPITALIZED
( #15831 )
2024-09-10 22:45:23 +01:00
hash_crc32.c
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
hash_fnv.c
[skip ci] Fix various typos and grammar issues ( #11143 )
2023-04-28 11:05:32 +02:00
hash_gost.c
hash_haval.c
Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB
2023-12-12 19:57:06 +01:00
hash_joaat.c
hash_md.c
Merge branch 'PHP-8.2' into PHP-8.3
2023-12-12 19:57:47 +01:00
hash_murmur.c
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
hash_ripemd.c
Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB
2023-12-12 19:57:06 +01:00
hash_sha.c
hash: Add SHA-NI implementation of SHA-256 ( #15152 )
2024-08-08 22:19:33 +02:00
hash_sha3.c
ext/hash: Make return type zend_result for serialize function typedef
2024-08-23 17:41:33 +01:00
hash_sha_ni.c
Support SHA256_Transform_shani() with MSVC, too
2024-09-04 18:07:59 +02:00
hash_sha_sse2.c
hash: Add SHA-NI implementation of SHA-256 ( #15152 )
2024-08-08 22:19:33 +02:00
hash_snefru.c
hash_tiger.c
hash_whirlpool.c
hash_xxhash.c
Merge branch 'PHP-8.3' into PHP-8.4
2025-06-12 19:26:56 +02:00
php_hash.h
ext/hash: Make return type zend_result for serialize function typedef
2024-08-23 17:41:33 +01:00
php_hash_adler32.h
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
php_hash_crc32.h
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
php_hash_crc32_tables.h
php_hash_fnv.h
Remove unused macro PHP_FNV1_32A_INIT and PHP_FNV1A_64_INIT ( #11114 )
2023-05-03 18:46:31 +02:00
php_hash_gost.h
Remove unused ext/standard/basic_functions.h header inclusions
2024-08-18 18:20:22 +01:00
php_hash_gost_tables.h
php_hash_haval.h
Remove unused ext/standard/basic_functions.h header inclusions
2024-08-18 18:20:22 +01:00
php_hash_joaat.h
php_hash_md.h
php_hash_murmur.h
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00
php_hash_ripemd.h
Remove unused ext/standard/basic_functions.h header inclusions
2024-08-18 18:20:22 +01:00
php_hash_sha.h
Support SHA256_Transform_shani() with MSVC, too
2024-09-04 18:07:59 +02:00
php_hash_sha3.h
Remove unused ext/standard/basic_functions.h header inclusions
2024-08-18 18:20:22 +01:00
php_hash_snefru.h
Remove unused ext/standard/basic_functions.h header inclusions
2024-08-18 18:20:22 +01:00
php_hash_snefru_tables.h
php_hash_tiger.h
php_hash_tiger_tables.h
php_hash_whirlpool.h
php_hash_whirlpool_tables.h
php_hash_xxhash.h
ext/hash: Specialize copy function typedef
2024-08-23 17:41:33 +01:00