| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Fixed #45911 (Cannot disable ext/hash) | Arnaud Le Blanc | 2008-09-07 | 1 | -3/+0 |
* | MFH: Sort Windows changes for mhash BC layer | Scott MacVicar | 2008-06-28 | 1 | -8/+2 |
* | Make the old mhash API a wrapper around hash, this removes a dependency. | Scott MacVicar | 2008-06-26 | 8 | -539/+2 |
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
* | MFH: 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 |
* | snprintf() -> slprintf() | Ilia Alshanetsky | 2007-02-27 | 1 | -1/+1 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | MFH | Antony Dovgal | 2006-12-25 | 1 | -1/+1 |
* | - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -1/+1 |
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -4/+4 |
* | fix spelling in error messages: | Antony Dovgal | 2006-04-03 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - 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 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
* | mhash_keygen_s2k() overwrote the limits of a statically allocated buffer | Sascha Schumann | 2001-07-01 | 1 | -3/+4 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+9 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |