php-src/ext/hash
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.

This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.

Closes GH-5739.
2020-06-24 09:55:19 +02:00
..
sha3 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
tests Correct implementation of joaat hash. 2020-06-22 09:39:29 +02:00
bench.php Apply tidy formatting 2020-02-03 13:41:31 +01: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
hash.c Fix UNKNOWN default values in various extensions 2020-05-05 19:08:20 +02:00
hash.stub.php Fix some final classes in stubs 2020-05-19 14:54:37 +02:00
hash_adler32.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02: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 Backport 7d2ef3d2e5 into 7.4 2020-01-29 13:38:46 +01:00
hash_haval.c Fix PHP_HAVALUpdate signature 2020-04-15 11:01:12 +02:00
hash_joaat.c Correct implementation of joaat hash. 2020-06-22 09:39:29 +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_sha.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
hash_sha3.c Fix [-Wchar-subscripts] in Hash extension 2020-04-13 23:03:31 +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
php_hash.h Generate functions entries from stubs for another set of extensions 2020-04-05 00:59:44 +02: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.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_fnv.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_hash_gost.h Fix datatype 2020-01-29 12:36:37 +01:00
php_hash_gost_tables.h
php_hash_haval.h Fix PHP_HAVALUpdate signature 2020-04-15 11:01:12 +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_sha.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_snefru.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_tiger.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_whirlpool.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