HASH Message Digest Framework
Native implementations of common message digest algorithms using a generic factory method
License: PHP
This package is not maintained anymore and has been superseded by . Package has moved to channel http://svn.php.net/viewvc/php/php-src/trunk/ext/hash/
Version | Release | Download |
1.5 | 2007-08-24 | hash-1.5.tgz |
1.4 | 2007-05-30 | hash-1.4.tgz |
1.3 | 2006-04-25 | hash-1.3.tgz |
1.2 | 2006-03-04 | hash-1.2.tgz |
Version | Message |
1.5 | Fix builds (PHP4&5) |
1.4 |
* Fix builds (PHP 4 only) * Added ripemd256, and ripemd320 to supported algorithms * Added function reflection information (PHP5+ only) |
1.3 | * Fixed PHP bug #37192 - cc may complain about non-constant initializers in hash_adler.c |
1.2 |
* Fixed tiger algorithm generating wrong results on big endian platforms. + Added MD2 to supported algorithms. |