summaryrefslogtreecommitdiff
path: root/ext/standard/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* - 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-9/+16
* 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
* Added sha1, sha1_file functions.Stefan Esser2002-07-281-0/+418