Browse Source

proto fix

experimental/ZendEngine2
Hartmut Holzgraefe 24 years ago
parent
commit
38472b48d7
  1. 2
      ext/standard/md5.c

2
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)
{

Loading…
Cancel
Save