php-src/ext/hash
Anatol Belski 7d2ef3d2e5 Fix datatype
This has been introduced by 84b0d0faba.
Besides it causes runtime issues on POWER5 (and presumably later), the
implementation would expect this array to consist on 32-bit integers.
2020-01-29 12:36:37 +01:00
..
sha3 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
tests Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
bench.php Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-09-17 16:18:03 +02:00
config.w32 Sync HAVE_HASH, HAVE_HASH_EXT, PHAR_HASH_OK symbols 2019-06-27 23:25:33 +02:00
CREDITS Make the old mhash API a wrapper around hash, this removes a dependency. 2008-06-26 22:33:16 +00:00
hash_adler32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_arginfo.h Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
hash_crc32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_fnv.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_gost.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_haval.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_joaat.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_md.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_ripemd.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_sha3.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_sha.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_snefru.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_tiger.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_whirlpool.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash.c Fix #78880 Another round 2020-01-19 18:28:43 +01:00
hash.stub.php Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
php_hash_adler32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_crc32_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_crc32.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_fnv.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_gost_tables.h Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. 2016-02-04 11:57:41 +01:00
php_hash_gost.h Fix datatype 2020-01-29 12:36:37 +01:00
php_hash_haval.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_joaat.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_md.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_ripemd.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_sha3.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_sha.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_snefru_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_snefru.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_tiger_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_tiger.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_whirlpool_tables.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_whirlpool.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash.h Switch php_hash_fetch_ops() to use zend_string 2020-01-02 10:05:12 +01:00