summaryrefslogtreecommitdiff
path: root/ext/mhash
Commit message (Expand)AuthorAgeFilesLines
* Move mhash extension registration code into the hash module startup. This all...Scott MacVicar2008-11-275-128/+0
* Fixed #45911 (Cannot disable ext/hash)Arnaud Le Blanc2008-09-071-3/+0
* Sort Windows changes for mhash BC layerScott MacVicar2008-06-281-8/+2
* MFB: Make the old mhash API a wrapper around hash, this removes a dependency.Scott MacVicar2008-06-288-719/+4
* New macro for check void parametersFelipe Pena2008-02-281-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - fix build where mhash.h is not declaringMichael Wallner2007-05-292-0/+18
* Bump year.Sebastian Bergmann2007-01-012-2/+2
* use safe_emalloc()Antony Dovgal2006-12-251-1/+1
* fix protosAntony Dovgal2006-12-251-4/+4
* - MFB: Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-1/+1
* Fixed buildIlia Alshanetsky2006-11-211-2/+2
* - unicode upgradeMichael Wallner2006-11-152-96/+257
* Remove double "wrong param count" warningsHannes Magnusson2006-10-071-4/+4
* fix spelling in error messages:Antony Dovgal2006-04-031-1/+1
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-2/+0
* bump year and license versionfoobar2006-01-012-6/+6
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Fix test in unicode modeMarcus Boerger2005-10-061-34/+34
* - 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