summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-20/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+20
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-20/+0
* MFH: mhash algorithm parameter was modified when it was a zval, also update a...Scott MacVicar2008-09-181-5/+7
* Fix break caused by previous commit, warning and remove zend_get_parameters()Scott MacVicar2008-07-051-12/+8
* - fix compile error with vc6 (snaps)Pierre Joye2008-07-041-1/+1
* more int -> long fixesAntony Dovgal2008-07-011-3/+3
* Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-261-8/+261
* Add snefru256 as an alias for snefru, since in reality that is the implementa...Scott MacVicar2008-06-031-0/+1
* Add sha224 support.Scott MacVicar2008-06-021-0/+1
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-211-0/+50
* MFH: fix foldingAntony Dovgal2008-04-041-9/+18
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* make the hash_ops structures const and save some memoryNuno Lopes2007-01-081-6/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Backport md2, ripemd256, and ripemd320 algos from HEADSara Golemon2006-11-151-0/+3
* cleanup of the phpinfo() output.Ilia Alshanetsky2006-07-281-2/+2
* MFH: arg ifnoHannes Magnusson2006-06-171-14/+112
* - nuke compiler warningsMichael Wallner2006-05-191-32/+34
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: Add MD4Sara Golemon2005-12-031-0/+1
* Added hash extension to PHP 5.1Ilia Alshanetsky2005-12-021-0/+659