| Commit message (Expand) | Author | Age | Files | Lines |
* | - MFH: fix build | Pierre Joye | 2008-11-27 | 1 | -0/+1 |
* | 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 |
* | - Fixed condition | Felipe Pena | 2008-10-26 | 1 | -2/+2 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -20/+0 |
* | update tests | Antony Dovgal | 2008-09-18 | 2 | -2/+2 |
* | MFH: mhash algorithm parameter was modified when it was a zval, also update a... | Scott MacVicar | 2008-09-18 | 3 | -6/+29 |
* | MFH: Fixed #45911 (Cannot disable ext/hash) | Arnaud Le Blanc | 2008-09-07 | 1 | -0/+3 |
* | MFH: fix bug #45028 (CRC32 output endianness is different between crc32() and... | Antony Dovgal | 2008-08-18 | 3 | -11/+21 |
* | MFH | Antony Dovgal | 2008-07-21 | 1 | -1/+1 |
* | 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 |
* | MFH: Sort Windows changes for mhash BC layer | Scott MacVicar | 2008-06-28 | 1 | -0/+7 |
* | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 7 | -9/+483 |
* | New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task... | Raghubansh Kumar | 2008-06-24 | 2 | -0/+111 |
* | fix tests | Antony Dovgal | 2008-06-04 | 1 | -0/+8 |
* | Add snefru256 as an alias for snefru, since in reality that is the implementa... | Scott MacVicar | 2008-06-03 | 1 | -0/+1 |
* | Correct test name | Scott MacVicar | 2008-06-02 | 1 | -1/+1 |
* | Add sha224 support. | Scott MacVicar | 2008-06-02 | 5 | -3/+144 |
* | [DOC] add hash_copy() to be able to copy hash resource | Antony Dovgal | 2008-04-21 | 17 | -1/+290 |
* | Hash extension is no longer experimental | Ilia Alshanetsky | 2008-04-16 | 1 | -0/+0 |
* | MFH: fix folding | Antony Dovgal | 2008-04-04 | 1 | -9/+18 |
* | Improved md5() implementation (Solar Designer) | Dmitry Stogov | 2008-02-08 | 2 | -4/+19 |
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -2/+4 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 29 | -29/+29 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: detect endianness in compile time when using Apple's GCC (fixes universa... | Antony Dovgal | 2007-09-04 | 1 | -0/+10 |
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 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 | 13 | -86/+86 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 29 | -29/+29 |
* | Backport md2, ripemd256, and ripemd320 algos from HEAD | Sara Golemon | 2006-11-15 | 9 | -5/+550 |
* | 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 |
* | - Fixed bug #37192 (cc fails on hash_adler.c:32) | Michael Wallner | 2006-04-25 | 1 | -1/+3 |
* | Sync with source distro, enable hash by default | Edin Kadribasic | 2006-03-03 | 1 | -1/+1 |
* | - fix tiger on big endian platforms | Michael Wallner | 2006-02-19 | 3 | -7/+42 |
* | MFH: fix #36038 (ext/hash compile failure on Mac OSX) | Antony Dovgal | 2006-01-16 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 29 | -87/+87 |
* | - release 1.1 | Michael Wallner | 2005-12-07 | 1 | -1/+3 |
* | - fix PECL bug #6283 - haval source file entries are missing in package.xml | Michael Wallner | 2005-12-07 | 1 | -2/+4 |
* | Prep for release | Sara Golemon | 2005-12-06 | 2 | -4/+4 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | MFH: add declarations | Antony Dovgal | 2005-12-03 | 4 | -3/+14 |
* | fix #35538 (new "hash" extensions does not compile on amd64) | Antony Dovgal | 2005-12-03 | 1 | -1/+1 |
* | - add adler32 test | Michael Wallner | 2005-12-03 | 2 | -0/+23 |
* | MFH: fix ws | Michael Wallner | 2005-12-03 | 1 | -1/+4 |