| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mhash extension registration code into the hash module startup. This all... | Scott MacVicar | 2008-11-27 | 5 | -128/+0 |
* | Fixed #45911 (Cannot disable ext/hash) | Arnaud Le Blanc | 2008-09-07 | 1 | -3/+0 |
* | Sort Windows changes for mhash BC layer | Scott MacVicar | 2008-06-28 | 1 | -8/+2 |
* | MFB: Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-28 | 8 | -719/+4 |
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -1/+1 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | - fix build where mhash.h is not declaring | Michael Wallner | 2007-05-29 | 2 | -0/+18 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | use safe_emalloc() | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | fix protos | Antony Dovgal | 2006-12-25 | 1 | -4/+4 |
* | - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -1/+1 |
* | Fixed build | Ilia Alshanetsky | 2006-11-21 | 1 | -2/+2 |
* | - unicode upgrade | Michael Wallner | 2006-11-15 | 2 | -96/+257 |
* | Remove double "wrong param count" warnings | Hannes Magnusson | 2006-10-07 | 1 | -4/+4 |
* | fix spelling in error messages: | Antony Dovgal | 2006-04-03 | 1 | -1/+1 |
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -2/+0 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - Fix test in unicode mode | Marcus Boerger | 2005-10-06 | 1 | -34/+34 |
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
* | - Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 1 | -1/+1 |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -4/+4 |
* | let mhash build | Wez Furlong | 2004-01-09 | 1 | -0/+16 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | - Always look into /usr/local before /usr | foobar | 2003-10-01 | 1 | -6/+4 |
* | Always prefer user specified paths over the default /usr /usr/local. | Ilia Alshanetsky | 2003-09-30 | 1 | -1/+1 |
* | $Id tag added. License added tp php_mhash.h | Andrey Hristov | 2003-06-16 | 2 | -0/+21 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Fixed integer overflow inside mhash_keygen_s2k(). | Ilia Alshanetsky | 2003-04-11 | 1 | -0/+4 |
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -4/+4 |
* | fix compile warning | foobar | 2003-02-24 | 2 | -2/+2 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in | Ilia Alshanetsky | 2002-11-28 | 2 | -2/+3 |
* | Show which algorythm fails and do not fail when we have new algos. | Marcus Boerger | 2002-11-22 | 3 | -49/+91 |
* | Switched to a new parameter parsing API, which simplifies the code a great deal. | Ilia Alshanetsky | 2002-11-20 | 5 | -101/+154 |
* | Add PHP_MINFO_* | foobar | 2002-08-04 | 2 | -4/+18 |
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
* | Use {NULL, NULL, NULL} to terminate function entry. | Yasuo Ohgaki | 2002-02-28 | 1 | -5/+5 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+3 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | killed a compile warning. | foobar | 2001-08-22 | 1 | -1/+0 |
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |