History log of /php-src/ext/hash/hash.c (Results 176 – 200 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# e66279a5 03-Jul-2010 Felipe Pena

- Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)

Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...

# 129019b9 20-Apr-2010 Stanislav Malyshev

fix 64-bit integer overflow in mhash_keygen_s2k

# 7bfd44f7 25-Mar-2010 Rob Richards

fix build - there are now 34 algos

# 3842a993 24-Mar-2010 Martin Jansen

Added Jenkins's one-at-a-time hash support to ext/hash.

# e4e9eaef 23-Mar-2010 Michael Maclean

Minor fix to constants registered in ext/hash, and update NEWS

# d05ce257 23-Mar-2010 Michael Maclean

Add FNV-1 support to ext/hash

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 6cec8d8e 17-Aug-2009 Garrett Serack

- Fix for bug #49223 Inconsistency using get_defined_constants(true)

Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# cbc9e850 04-May-2009 Scott MacVicar

Add missing prototypes for mhash, no code changes.

Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.

# 6267a33a 25-Dec-2008 Scott MacVicar

MFH Enable salsa hashing algorithm

Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 9c11d5e1 27-Nov-2008 Scott MacVicar

MFH Move mhash extension registration code into the hash module startup. This allows extension_loaded('mhash'); to work.

Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro

Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change

# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro

Revision tags: php-5.2.7RC2, php-5.2.7RC1
# d875c9f8 18-Sep-2008 Scott MacVicar

MFH: mhash algorithm parameter was modified when it was a zval, also update a test.

Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# a164217b 05-Jul-2008 Scott MacVicar

Fix break caused by previous commit, warning and remove zend_get_parameters()

# 581c48c2 04-Jul-2008 Pierre Joye

- fix compile error with vc6 (snaps)

# 7838408b 01-Jul-2008 Antony Dovgal

more int -> long fixes

# cc7e8970 26-Jun-2008 Scott MacVicar

Make the old mhash API a wrapper around hash, this removes a dependency.

Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 2b60fdf9 03-Jun-2008 Scott MacVicar

Add snefru256 as an alias for snefru, since in reality that is the implementation.

# b83fbba9 02-Jun-2008 Scott MacVicar

Add sha224 support.

Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# 7c98e674 21-Apr-2008 Antony Dovgal

[DOC] add hash_copy() to be able to copy hash resource

Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4
# 6157fc76 04-Apr-2008 Antony Dovgal

MFH: fix folding

123456789