php-src/ext/hash
Niels Dossche d9d412645d
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Run FreebSD CI under 13.5
2025-07-22 15:52:16 +02:00
..
murmur ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185) 2024-05-10 09:37:13 +09:00
sha3 Merge branch 'PHP-7.4' into PHP-8.0 2022-10-21 00:04:43 -06:00
tests ext/hash: Fix GH-16711: Segfault in mhash() 2024-11-10 20:15:44 +00:00
xxhash Fix GH-10659: hash/xxhash applying build upstream fix 2023-02-25 14:36:35 +00:00
bench.php hash: Use hrtime() in the bench script [ci skip] 2021-01-09 21:41:45 +01:00
config.m4 Append -Wno-implicit-fallthrough flag conditionally (#13331) 2024-07-22 06:57:04 +02:00
config.w32 hash: Implement xxHash 2021-01-09 19:35:32 +01:00
CREDITS
hash.c ext/hash: Fix GH-16711: Segfault in mhash() 2024-11-10 20:15:44 +00:00
hash.stub.php Merge branch 'PHP-8.1' into PHP-8.2 2023-07-18 19:23:10 +02:00
hash_adler32.c Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB 2023-12-12 19:57:06 +01:00
hash_arginfo.h Merge branch 'PHP-8.1' into PHP-8.2 2023-07-18 19:23:10 +02:00
hash_crc32.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_fnv.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_gost.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
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 Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
hash_md.c Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB 2023-12-12 19:57:06 +01:00
hash_murmur.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02: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 Fix 32-bit ext/hash build 2023-12-13 19:33:09 +01:00
hash_sha3.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_snefru.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_tiger.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_whirlpool.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
hash_xxhash.c Fix crash when converting array data for array in shm in xxh3 2024-08-05 22:06:11 +02:00
php_hash.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_adler32.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_crc32.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_crc32_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_fnv.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_gost.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_gost_tables.h
php_hash_haval.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_joaat.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_md.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_murmur.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_ripemd.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_sha.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_sha3.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_snefru.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_snefru_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_tiger.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_tiger_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_whirlpool.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_whirlpool_tables.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_hash_xxhash.h Run FreebSD CI under 13.5 2025-07-22 15:51:19 +02:00