diff options
author | Derick Rethans <derick@php.net> | 2001-11-18 18:48:17 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-18 18:48:17 +0000 |
commit | f17f3371becb689a3a3751a733c991dd2569211a (patch) | |
tree | eca04335fa024c5cbf7ad8d7aced891569783a62 /ext/standard/md5.h | |
parent | c1f93729b83141e8ec71a33f25e019f3c2c62b47 (diff) | |
download | php-git-f17f3371becb689a3a3751a733c991dd2569211a.tar.gz |
- Added md5_file(), which calculaties the MD5 sum of a file.
(patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
@- Added md5_file(), which calculaties the MD5 sum of a file.
@ (patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
Diffstat (limited to 'ext/standard/md5.h')
-rw-r--r-- | ext/standard/md5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/md5.h b/ext/standard/md5.h index b4c09e498a..ae0d67163f 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.h @@ -59,5 +59,6 @@ void PHP_MD5Update(PHP_MD5_CTX *, const unsigned char *, unsigned int); void PHP_MD5Final(unsigned char[16], PHP_MD5_CTX *); PHP_NAMED_FUNCTION(php_if_md5); +PHP_NAMED_FUNCTION(php_if_md5_file); #endif |