Xinchen Hui
|
7a7ec01a49
|
year++
|
2018-01-02 12:55:14 +08:00 |
|
Andrey Andreev
|
d89d149edf
|
Disallow non-crypto hashes in HMAC and PBKDF2
For this purpose add is_crypto flag to php_hash_ops.
|
2017-01-18 21:13:54 +01:00 |
|
Sammy Kaye Powers
|
9e29f841ce
|
Update copyright headers to 2017
|
2017-01-02 09:30:12 -06:00 |
|
Rouven Weßling
|
7e0459e7ce
|
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.
|
2016-02-04 11:57:41 +01:00 |
|
Lior Kaplan
|
ed35de784f
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Happy new year (Update copyright to 2016)
|
2016-01-01 19:48:25 +02:00 |
|
Lior Kaplan
|
49493a2dcf
|
Happy new year (Update copyright to 2016)
|
2016-01-01 19:21:47 +02:00 |
|
Xinchen Hui
|
fc33f52d8c
|
bump year
|
2015-01-15 23:27:30 +08:00 |
|
Xinchen Hui
|
0579e8278d
|
bump year
|
2015-01-15 23:26:37 +08:00 |
|
Stanislav Malyshev
|
b7a7b1a624
|
trailing whitespace removal
|
2015-01-10 15:07:38 -08:00 |
|
Johannes Schlüter
|
d0cb715373
|
s/PHP 5/PHP 7/
|
2014-09-19 18:33:14 +02:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Xinchen Hui
|
a666285bc2
|
Happy New Year
|
2013-01-01 16:37:09 +08:00 |
|
Felipe Pena
|
8775a37559
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Adam Harvey
|
18096f4b68
|
Implemented FR #53213 (Adler32 algorithm is very slow). Patch by zavasek at
yandex dot ru.
|
2010-11-08 09:35:33 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Scott MacVicar
|
27a1ce801c
|
MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what zlib produces.
|
2009-06-30 13:21:53 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Antony Dovgal
|
7c98e674b5
|
[DOC] add hash_copy() to be able to copy hash resource
|
2008-04-21 15:37:46 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Nuno Lopes
|
ec66c5be3d
|
make the hash_ops structures const and save some memory
# ram memory is so expensive these days...
|
2007-01-08 22:29:25 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Michael Wallner
|
1c02dff74a
|
- Fixed bug #37192 (cc fails on hash_adler.c:32)
|
2006-04-25 08:34:25 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
Ilia Alshanetsky
|
950de07889
|
Added hash extension to PHP 5.1
|
2005-12-02 01:59:48 +00:00 |
|