summaryrefslogtreecommitdiff
path: root/ext/hash
Commit message (Collapse)AuthorAgeFilesLines
* MFH Fix bug #48284 - adler32 is in the wrong order. Changed to match what ↵Scott MacVicar2009-06-306-24/+24
| | | | zlib produces.
* Add missing prototypes for mhash, no code changes.Scott MacVicar2009-05-041-2/+17
|
* New hash extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-077-0/+515
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3129-29/+29
|
* - MFH: Fix testFelipe Pena2008-12-271-0/+8
|
* MFH Enable salsa hashing algorithmScott MacVicar2008-12-254-3/+8
|
* - MFH: fix buildPierre Joye2008-11-271-0/+1
|
* MFH Move mhash extension registration code into the hash module startup. ↵Scott MacVicar2008-11-271-0/+23
| | | | This allows extension_loaded('mhash'); to work.
* - 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
|
* - Fixed conditionFelipe Pena2008-10-261-2/+2
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-20/+0
|
* update testsAntony Dovgal2008-09-182-2/+2
|
* MFH: mhash algorithm parameter was modified when it was a zval, also update ↵Scott MacVicar2008-09-183-6/+29
| | | | a test.
* MFH: Fixed #45911 (Cannot disable ext/hash)Arnaud Le Blanc2008-09-071-0/+3
|
* MFH: fix bug #45028 (CRC32 output endianness is different between crc32() ↵Antony Dovgal2008-08-183-11/+21
| | | | and hash())
* MFHAntony Dovgal2008-07-211-1/+1
|
* 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
|
* MFH: Sort Windows changes for mhash BC layerScott MacVicar2008-06-281-0/+7
|
* Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-267-9/+483
|
* New testcases for hash_file(), Committed for Felix De Vliegher, TestFest ↵Raghubansh Kumar2008-06-242-0/+111
| | | | Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit
* fix testsAntony Dovgal2008-06-041-0/+8
|
* Add snefru256 as an alias for snefru, since in reality that is the ↵Scott MacVicar2008-06-031-0/+1
| | | | implementation.
* Correct test nameScott MacVicar2008-06-021-1/+1
|
* Add sha224 support.Scott MacVicar2008-06-025-3/+144
|
* [DOC] add hash_copy() to be able to copy hash resourceAntony Dovgal2008-04-2117-1/+290
|
* Hash extension is no longer experimentalIlia Alshanetsky2008-04-161-0/+0
|
* MFH: fix foldingAntony Dovgal2008-04-041-9/+18
|
* Improved md5() implementation (Solar Designer)Dmitry Stogov2008-02-082-4/+19
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3129-29/+29
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: detect endianness in compile time when using Apple's GCC (fixes ↵Antony Dovgal2007-09-041-0/+10
| | | | universal binary build)
* 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
| | | | | # ram memory is so expensive these days...
* 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
|