summaryrefslogtreecommitdiff
path: root/ext/standard/md5.c
Commit message (Expand)AuthorAgeFilesLines
* make make_digest() output a 16-byte string so that it wont break the internal...Nuno Lopes2007-05-271-1/+1
* - Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c)foobar2007-05-271-1/+1
* Optimized digest generation in md5() and sha1() functions by using codeIlia Alshanetsky2007-05-191-7/+12
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Remove include_path support from md5_file/sha1_file againUwe Schindler2005-04-151-5/+3
* use streams api for md5_file and sha1_file. Added parameter use_include_path ...Uwe Schindler2005-04-151-21/+12
* fix various solaris problems by replacing stdio with posix io where possibleUwe Schindler2005-04-151-9/+9
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Fixed copy and paste bugDerick Rethans2003-02-201-1/+1
* - Also add the optional raw output parameter to md5_file and sha1_file.Derick Rethans2003-02-201-12/+15
* - No need to add the \0 ourselves, the estrndup in STRINGL takes care ofDerick Rethans2003-02-201-2/+1
* - Added new parameter to sha1() and md5() which return the digest asDerick Rethans2003-02-181-10/+17
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error_docrefMarcus Boerger2002-08-241-1/+1
* - Copy and paste error -> unify error messagesDerick Rethans2002-07-281-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixHartmut Holzgraefe2001-12-061-1/+1
* Make php_MD5* functions available from shared extensionsFrank M. Kromann2001-12-031-4/+4
* - Added md5_file(), which calculaties the MD5 sum of a file.Derick Rethans2001-11-181-6/+66
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-7/+20
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Get rid of php_global.h and the associated data types UINT4/_POINTER.Sascha Schumann2000-08-211-55/+24
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-9/+9
* the pipe is breaking all the timeZeev 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-1/+1
* More work on php3_ annihilation...Zeev Suraski1999-12-171-1/+1
* Use new Zend API.Sascha Schumann1999-09-241-4/+4
* License updateZeev Suraski1999-07-161-20/+9
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-1/+0
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+407