summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:15:59 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-06 17:15:59 +0000
commit38472b48d77bd9cf58aaf148774ad75c012cb3fa (patch)
tree36fc1feafb0992ccde8394432c8766e9619cfa12
parentb74a38968a581435239e1cc086b5d196d7720e8d (diff)
downloadphp-git-38472b48d77bd9cf58aaf148774ad75c012cb3fa.tar.gz
proto fix
-rw-r--r--ext/standard/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c
index ecaccdde09..d59023ca3f 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)
{