| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing prototypes for mhash, no code changes. | Scott MacVicar | 2009-05-04 | 1 | -2/+17 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | MFH Enable salsa hashing algorithm | Scott MacVicar | 2008-12-25 | 1 | -0/+2 |
| * | MFH Move mhash extension registration code into the hash module startup. This... | Scott MacVicar | 2008-11-27 | 1 | -0/+23 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -20/+0 |
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+20 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -20/+0 |
| * | MFH: mhash algorithm parameter was modified when it was a zval, also update a... | Scott MacVicar | 2008-09-18 | 1 | -5/+7 |
| * | Fix break caused by previous commit, warning and remove zend_get_parameters() | Scott MacVicar | 2008-07-05 | 1 | -12/+8 |
| * | - fix compile error with vc6 (snaps) | Pierre Joye | 2008-07-04 | 1 | -1/+1 |
| * | more int -> long fixes | Antony Dovgal | 2008-07-01 | 1 | -3/+3 |
| * | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 1 | -8/+261 |
| * | Add snefru256 as an alias for snefru, since in reality that is the implementa... | Scott MacVicar | 2008-06-03 | 1 | -0/+1 |
| * | Add sha224 support. | Scott MacVicar | 2008-06-02 | 1 | -0/+1 |
| * | [DOC] add hash_copy() to be able to copy hash resource | Antony Dovgal | 2008-04-21 | 1 | -0/+50 |
| * | MFH: fix folding | Antony Dovgal | 2008-04-04 | 1 | -9/+18 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| * | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -1/+1 |
| * | make the hash_ops structures const and save some memory | Nuno Lopes | 2007-01-08 | 1 | -6/+6 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| * | Backport md2, ripemd256, and ripemd320 algos from HEAD | Sara Golemon | 2006-11-15 | 1 | -0/+3 |
| * | cleanup of the phpinfo() output. | Ilia Alshanetsky | 2006-07-28 | 1 | -2/+2 |
| * | MFH: arg ifno | Hannes Magnusson | 2006-06-17 | 1 | -14/+112 |
| * | - nuke compiler warnings | Michael Wallner | 2006-05-19 | 1 | -32/+34 |
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| * | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| * | MFH: Add MD4 | Sara Golemon | 2005-12-03 | 1 | -0/+1 |
| * | Added hash extension to PHP 5.1 | Ilia Alshanetsky | 2005-12-02 | 1 | -0/+659 |