79 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
Wez Furlong 9e229aa09d let mhash build 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
foobar dc080a5db6 - Always look into /usr/local before /usr 23 years ago
Ilia Alshanetsky 526a3d9ce2 Always prefer user specified paths over the default /usr /usr/local. 23 years ago
Andrey Hristov 23e7163a2d $Id tag added. License added tp php_mhash.h 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Ilia Alshanetsky 4fbd27252d Fixed integer overflow inside mhash_keygen_s2k(). 23 years ago
David Hill 5c90216d2c 64-bit correction to variables passed to zend_parse_parameters 23 years ago
foobar 6ed8720fa2 fix compile warning 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Ilia Alshanetsky 398ff4fe82 Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in 24 years ago
Marcus Boerger d33ff48608 Show which algorythm fails and do not fail when we have new algos. 24 years ago
Ilia Alshanetsky d7d2b6ef50 Switched to a new parameter parsing API, which simplifies the code a great deal. 24 years ago
foobar ed4267cf34 Add PHP_MINFO_* 24 years ago
jim winstead d3400b2b5f the 'setup' script was removed more than two years ago. 24 years ago
Sascha Schumann 5cba3a99c2 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 24 years ago
Yasuo Ohgaki 83059ae3de Use {NULL, NULL, NULL} to terminate function entry. 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
foobar f1397d5339 Unified the configure messages. 25 years ago
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first, 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
foobar 8ade27507a killed a compile warning. 25 years ago
Rasmus Lerdorf 4d11d90880 Track down a few more functions that don't check for 0 args and use 25 years ago
Rasmus Lerdorf 8c497f05c4 We don't consistently check for args passed to functions that don't 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Sascha Schumann da3b899dd8 mhash_keygen_s2k() overwrote the limits of a statically allocated buffer 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Stig Bakken 1beda9ee1e * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) 25 years ago
foobar 8a26918ed1 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 25 years ago
Andi Gutmans a0d3c5a88e - Finally rename modules.h to zend_modules.h for consistency (first try 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Egon Schmid 57d200c21b Some protos fixed. 26 years ago
Sascha Schumann 53e3452649 Avoid estrdup and a couple of other minor cleanups 26 years ago
Sascha Schumann e937eeb2e5 Run through conv_z_macros 26 years ago
Hartmut Holzgraefe 1f6878e912 2nd step towards auto-credits 26 years ago
Nikos Mavroyanopoulos 93232c7064 Added keygen_s2k function. Function which generates keys from passwords. 26 years ago
Nikos Mavroyanopoulos 2ecce2dc35 corrected authors notice 26 years ago
Nikos Mavroyanopoulos 5386c05cd1 Added the mhash HMAC functionality. Now the mhash function can use 26 years ago
Daniel Beulshausen 8ef9700499 cleanup 26 years ago
Daniel Beulshausen 74b394640d dsp for mhash 26 years ago
Andi Gutmans 3701bc4207 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 26 years ago
Hartmut Holzgraefe 7a2e01c592 protos fixed 26 years ago
Hartmut Holzgraefe 83d987b48d protos where lacking return types 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sascha Schumann 82c5c690c9 Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd 26 years ago
Sascha Schumann cf4863788e Make mhash builable as shared module 26 years ago
Sascha Schumann 7613e064f8 Remove trailing empty lines 26 years ago