summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0329-29/+29
* MFB 5.3: Fix bug #48284 (r283144) - adler32 is in the wrong order. Changed to...Scott MacVicar2009-08-125-17/+17
* New hash extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-078-0/+570
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3129-29/+29
* MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and...Antony Dovgal2008-08-182-7/+17
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3129-29/+29
* MFH: detect endianness in compile time when using Apple's GCC (fixes universa...Antony Dovgal2007-09-041-0/+10
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* make the hash_ops structures const and save some memoryNuno Lopes2007-01-0813-86/+86
* MFH: Bump year.Sebastian Bergmann2007-01-0129-29/+29
* Backport md2, ripemd256, and ripemd320 algos from HEADSara Golemon2006-11-159-5/+550
* 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
* - Fixed bug #37192 (cc fails on hash_adler.c:32)Michael Wallner2006-04-251-1/+3
* Sync with source distro, enable hash by defaultEdin Kadribasic2006-03-031-1/+1
* - fix tiger on big endian platformsMichael Wallner2006-02-193-7/+42
* MFH: fix #36038 (ext/hash compile failure on Mac OSX)Antony Dovgal2006-01-161-1/+1
* bump year and license versionfoobar2006-01-0129-87/+87
* - release 1.1Michael Wallner2005-12-071-1/+3
* - fix PECL bug #6283 - haval source file entries are missing in package.xmlMichael Wallner2005-12-071-2/+4
* Prep for releaseSara Golemon2005-12-062-4/+4
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFH: add declarationsAntony Dovgal2005-12-034-3/+14
* fix #35538 (new "hash" extensions does not compile on amd64)Antony Dovgal2005-12-031-1/+1
* - add adler32 testMichael Wallner2005-12-032-0/+23
* MFH: fix wsMichael Wallner2005-12-031-1/+4
* - add test to package.xmlMichael Wallner2005-12-031-0/+1
* MFH: add crc32 testMichael Wallner2005-12-031-0/+36
* MFH: Add MD4Sara Golemon2005-12-036-39/+227
* Enable hash & xmlwriter by defaultIlia Alshanetsky2005-12-021-1/+1
* Added hash extension to PHP 5.1Ilia Alshanetsky2005-12-0250-0/+8373