diff options
Diffstat (limited to 'ext/standard/md5.c')
| -rw-r--r-- | ext/standard/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c index 3396e261af..e89e177d37 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -27,7 +27,7 @@ /* {{{ proto string md5(string str) Calculate the md5 hash of a string */ -PHP_FUNCTION(md5) +PHP_NAMED_FUNCTION(php_if_md5) { pval **arg; char md5str[33]; |
