master
ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185)
Merge branch 'PHP-7.4' into PHP-8.0
ext/hash: Add #[\Deprecated] to MHASH_* constants (#19565)
hash: Upgrade xxHash to 0.8.2 (#20064)
Make the old mhash API a wrapper around hash, this removes a dependency.
hash: Use hrtime() in the bench script [ci skip]
Autotools: Update ax_check_compile_flag.m4 to serial 11 (#19127)
hash: Add SHA-NI implementation of SHA-256 (#15152)
zend_API: Remove `CHECK*NULL_PATH` (#20155)
Replace `@deprecated` by `#[\Deprecated]` for internal functions / class constants (#14750)
ext/hash: Specialize copy function typedef
Arginfo: add and use known strings for attribute values
[skip ci] Fix various typos and grammar issues (#11143)
Use proper hash_spec_result enum for return values in ext/hash (#19386)
Fix GH-12936: hash() function hangs endlessly if using sha512 on strings >= 4GiB
Fixed some spaces used instead of tabs
Support SHA256_Transform_shani() with MSVC, too
Update http->https in license (#6945)
Remove unused macro PHP_FNV1_32A_INIT and PHP_FNV1A_64_INIT (#11114)
Remove unused ext/standard/basic_functions.h header inclusions
Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.