php-src/ext/hash
Peter Kokot 7d927075ea
Autotools: Sync shared argument CS (#15141)
The 3rd argument of the PHP_NEW_EXTENSION can be "shared" or "yes" to
mark the extension as shared, or anything else to mark that extension as
not shared. This syncs the argument values across the build system to be
"no" as in other always-enabled extensions.
2024-07-29 10:12:32 +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 Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
xxhash Replace WIN32 conditions with _WIN32 or PHP_WIN32 (#14462) 2024-06-10 21:59:41 +02:00
bench.php
config.m4 Autotools: Sync shared argument CS (#15141) 2024-07-29 10:12:32 +02:00
config.w32 Remove superfluous ext/hash/murmur include on Windows (#13314) 2024-02-03 22:01:31 +01:00
CREDITS
hash.c hash: Add simple HashContext::__debugInfo() implementation (#14644) 2024-06-27 19:29:37 +02: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 Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB 2023-12-12 19:57:06 +01:00
hash_arginfo.h Replace @deprecated by #[\Deprecated] for internal functions / class constants (#14750) 2024-07-10 16:47:31 +02:00
hash_crc32.c Sync #if/ifdef/defined (#14511) 2024-06-09 07:13:23 +02: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 Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
hash_md.c Merge branch 'PHP-8.2' into PHP-8.3 2023-12-12 19:57:47 +01:00
hash_murmur.c
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 Use a single version of mempcpy(3) (#12257) 2023-12-20 15:16:32 +00:00
hash_snefru.c Mark constant static arrays in function bodies actually as const (#10325) 2023-01-15 14:51:31 +00:00
hash_tiger.c
hash_whirlpool.c
hash_xxhash.c Handle exceptions from __toString in XXH3's initialization 2023-01-17 14:14:12 +00:00
php_hash.h
php_hash_adler32.h
php_hash_crc32.h
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
php_hash_gost_tables.h
php_hash_haval.h
php_hash_joaat.h
php_hash_md.h
php_hash_murmur.h
php_hash_ripemd.h
php_hash_sha.h
php_hash_sha3.h
php_hash_snefru.h
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 Sync headers installation 2024-01-28 19:50:55 +01:00