summaryrefslogtreecommitdiff
path: root/ext/mhash
Commit message (Expand)AuthorAgeFilesLines
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* MFHAntony Dovgal2006-12-251-1/+1
* - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-1/+1
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-4/+4
* fix spelling in error messages:Antony Dovgal2006-04-031-1/+1
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Fix typo (avaliable -> available). (bug #28725)foobar2004-12-161-1/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* let mhash buildWez Furlong2004-01-091-0/+16
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Always look into /usr/local before /usrfoobar2003-10-011-6/+4
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-1/+1
* $Id tag added. License added tp php_mhash.hAndrey Hristov2003-06-162-0/+21
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed integer overflow inside mhash_keygen_s2k().Ilia Alshanetsky2003-04-111-0/+4
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-4/+4
* fix compile warningfoobar2003-02-242-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) inIlia Alshanetsky2002-11-282-2/+3
* Show which algorythm fails and do not fail when we have new algos.Marcus Boerger2002-11-223-49/+91
* Switched to a new parameter parsing API, which simplifies the code a great deal.Ilia Alshanetsky2002-11-205-101/+154
* Add PHP_MINFO_*foobar2002-08-042-4/+18
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* Use {NULL, NULL, NULL} to terminate function entry.Yasuo Ohgaki2002-02-281-5/+5
* Maintain headers.Sebastian Bergmann2002-02-281-3/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Unified the configure messages.foobar2001-11-301-4/+3
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* killed a compile warning.foobar2001-08-221-1/+0
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* mhash_keygen_s2k() overwrote the limits of a statically allocated bufferSascha Schumann2001-07-011-3/+4
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+9
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Some protos fixed.Egon Schmid2001-01-151-7/+7
* Avoid estrdup and a couple of other minor cleanupsSascha Schumann2000-11-221-9/+6
* Run through conv_z_macrosSascha Schumann2000-11-221-15/+15