History log of /PHP-8.3/ext/hash/hash_sha3.c (Results 26 – 33 of 33)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# 7e0459e7 29-Jan-2016 Rouven Weßling

Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.

Remove the unused php_hash_int32 and php_hash_int64.


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 71c19800 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6
# 9c1d0946 27-Oct-2015 Xinchen Hui

It should not be const


# 69beb29e 27-Oct-2015 Xinchen Hui

Fixed Bug #70797 (Error while making PHP7)

error: ‘for’ loop initial declarations are only allowed in C99 mode


# b2659362 22-Oct-2015 Kalle Sommer Nielsen

Fix build on Windows


Revision tags: php-7.0.1
# af68b3ad 17-Oct-2015 Stanislav Malyshev

Fix undefined symbol error when compiling with LLVM

Basically, LLVM in default mode treats inline in a way incompatible
with GCC in c89 mode, which leads to undefined symbol errors.

Fix undefined symbol error when compiling with LLVM

Basically, LLVM in default mode treats inline in a way incompatible
with GCC in c89 mode, which leads to undefined symbol errors.
See more here: http://stackoverflow.com/questions/12844729/linking-error-for-inline-functions

show more ...


# e800da99 16-Oct-2015 Sara Golemon

Add missing NEWS entry, copyright notice, and vim settings

Should have gone with d244b54c67cc2725283b78d4bb128501ae7910d3


# d244b54c 16-Oct-2015 Sara Golemon

Implement SHA3 hashing algorithm


12