diff --git a/ext/standard/md5.c b/ext/standard/md5.c index ecaccdde099..d59023ca3f9 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -63,7 +63,7 @@ PHP_NAMED_FUNCTION(php_if_md5) } /* }}} */ -/* {{{ proto string md5sum(string filename) +/* {{{ proto string md5_file(string filename) Calculate the md5 hash of given filename */ PHP_NAMED_FUNCTION(php_if_md5_file) {