Commit Graph

103 Commits

Author SHA1 Message Date
Pierre Joye
85204e95f8 - fix build.. 2008-11-27 21:57:15 +00:00
Scott MacVicar
da92e56c8e Move mhash extension registration code into the hash module startup. This allows extension_loaded('mhash'); to work. 2008-11-27 21:11:51 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
2aedbeb829 - Fixed test 2008-10-26 23:33:32 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Antony Dovgal
2e04ad2163 update tests 2008-09-18 12:15:56 +00:00
Scott MacVicar
8ee4a8fd7c mhash algorithm parameter was modified when it was a zval, also update a test. 2008-09-18 11:52:12 +00:00
Arnaud Le Blanc
156553ed9a Fixed #45911 (Cannot disable ext/hash) 2008-09-07 13:13:53 +00:00
Antony Dovgal
be2f5ce9e7 fix bug #45028 (CRC32 output endianness is different between crc32() and hash()) 2008-08-18 14:28:57 +00:00
Antony Dovgal
1084d24e9d this should be "=", not "==" 2008-07-21 07:27:00 +00:00
Antony Dovgal
74a52caa2c use long for "l" 2008-07-14 10:49:10 +00:00
Scott MacVicar
fa42e815a8 MFB: Fix break caused by previous commit, warning and remove zend_get_parameters() 2008-07-05 00:34:24 +00:00
Pierre Joye
dad71addef - MFB: fix compile error with VC6 2008-07-04 21:01:26 +00:00
Scott MacVicar
d2bbad4f1b Sort Windows changes for mhash BC layer 2008-06-28 15:30:45 +00:00
Scott MacVicar
bbc1ff0e9e MFB: Make the old mhash API a wrapper around hash, this removes a dependency. 2008-06-28 15:20:49 +00:00
Raghubansh Kumar
05fccba7fc New testcases for hash_file(), Committed for Felix De Vliegher, TestFest Task No: 75 & 76, Tested on RHEL5 -32bit, WinXP-32bit 2008-06-24 15:46:24 +00:00
Antony Dovgal
988a68798c fix test
(the test still fails because of broken preg_match())
2008-06-04 09:10:34 +00:00
Scott MacVicar
f78b458ecd MFB: Add snefru256 as an alias for snefru, since in reality that is the implementation. 2008-06-03 17:27:10 +00:00
Scott MacVicar
9e209e8928 MFB: Add sha224 support. 2008-06-02 14:13:49 +00:00
Steph Fox
4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00
Antony Dovgal
f443488507 [DOC] add hash_copy() to be able to copy hash resource 2008-04-21 15:37:07 +00:00
Antony Dovgal
5b6995730d fix folding 2008-04-04 07:47:18 +00:00
Dmitry Stogov
cce5140cf3 Improved md5() implementation (Solar Designer) 2008-02-08 09:11:28 +00:00
Dmitry Stogov
42a683d688 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:56:22 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Antony Dovgal
a2d6d5fbb2 detect endianness in compile time when using Apple's GCC (fixes universal binary build) 2007-09-04 18:46:08 +00:00
Sara Golemon
883372e224 Prep for 1.5 release 2007-08-24 21:33:05 +00:00
Sara Golemon
88322b95b3 Fix hash_init() for PHP < 6 2007-08-24 21:27:38 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
Michael Wallner
56fcde4f4a - version agnosticism (PECL/HEAD)
- release 1.4
# you ignorants shall burn in hell
2007-05-30 07:10:25 +00:00
Sara Golemon
bfc19a1411 MFB(r-1.18.2.5.2.7) Use slprintf() instead of snprintf() - Bad Ilia, no biscuit for you. 2007-05-26 03:56:41 +00:00
Antony Dovgal
52e4f43e42 more test fixes 2007-04-18 08:09:02 +00:00
Nuno Lopes
2b8323c34a MFB: constify 2007-01-08 22:29:52 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Sara Golemon
7b5058378c Allow hash()/hash_hmac() to accept ascii-unicode data,
Update tests to work in unicode.semantics mode.
2006-10-02 01:38:05 +00:00
Sara Golemon
1d8677bbd4 Add double-width ripemd tests to package2.xml as well 2006-09-21 18:39:30 +00:00
Sara Golemon
76315cf4c4 Add double-width ripemd tests to package.xml 2006-09-21 18:22:04 +00:00
Sara Golemon
6781debeb8 Add ripemd256 and ripemd320 algos 2006-09-20 01:48:06 +00:00
Sara Golemon
5cb3858aa3 PHP6 Updates 2006-09-20 00:32:54 +00:00
Sara Golemon
c8f96d157d Strip unused implementations of md5(), md5_file(), sha1(), and sha1_file()
from this extension.

It was decided a few months ago that those implementations would simply
stay in ext/standard and never leave.
2006-09-19 23:42:49 +00:00
Ilia Alshanetsky
f6b0244790 MFB: cleanup of the phpinfo() output. 2006-07-28 14:27:17 +00:00
Hannes Magnusson
587311d07e Added argument info
Fixed protos
Fixed vim folding
2006-06-17 13:00:21 +00:00
Michael Wallner
b31ca2c43d MF52: nuke compiler warnings 2006-05-19 14:30:48 +00:00
Michael Wallner
581c6fa8b6 - release 1.3 2006-04-25 08:52:46 +00:00
Michael Wallner
4f1faa09fc MFB: Fixed bug #37192 (cc fails on hash_adler.c:32) 2006-04-25 08:37:07 +00:00
Michael Wallner
11532a5add - prepare 1.2 release; use package.xml v2 2006-03-04 14:17:35 +00:00
Michael Wallner
73ed69f60d - version agnosticism (PECL/HEAD) 2006-03-03 20:44:05 +00:00
Edin Kadribasic
75287c2261 MFB: Sync with source distro, enable hash by default 2006-03-03 14:35:29 +00:00