summaryrefslogtreecommitdiff
path: root/ext/mhash/mhash.c
Commit message (Expand)AuthorAgeFilesLines
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - 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
* Added keygen_s2k function. Function which generates keys from passwords.Nikos Mavroyanopoulos2000-10-251-1/+77
* corrected authors noticeNikos Mavroyanopoulos2000-10-181-1/+2
* Added the mhash HMAC functionality. Now the mhash function can useNikos Mavroyanopoulos2000-10-171-24/+65
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-3/+3
* protos fixedHartmut Holzgraefe2000-05-261-4/+8
* protos where lacking return typesHartmut Holzgraefe2000-05-231-4/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Make mhash builable as shared moduleSascha Schumann2000-05-021-0/+4
* It didn't all go throughZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-3/+3
* Add/update copyright headersSascha Schumann1999-11-261-1/+1
* (php_minit_mhash): Don't use REGISTER_LONG_CONSTANT macro, because weSascha Schumann1999-11-151-1/+1
* (PHP mhash): don't segfault, if mhash_end() returns NULLSascha Schumann1999-11-141-2/+6
* Use Ex API here as well.Sascha Schumann1999-09-171-16/+15
* fix persistency of mhash_* constantsSascha Schumann1999-08-171-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-1/+1
* More symbol work.Andrey Hristov1999-08-021-3/+3
* License updateZeev Suraski1999-07-161-20/+9
* add support for mhash 0.5.0Sascha Schumann1999-05-211-18/+49
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-211-0/+6
* add mhash supportSascha Schumann1999-05-161-0/+117