diff options
Diffstat (limited to 'ext/hash/hash_md.c')
| -rw-r--r-- | ext/hash/hash_md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash_md.c b/ext/hash/hash_md.c index 6d9f0518b9..4e7ca28204 100644 --- a/ext/hash/hash_md.c +++ b/ext/hash/hash_md.c @@ -144,7 +144,7 @@ PHP_NAMED_FUNCTION(php_if_md5_file) int n; php_stream *stream; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILURE) { return; } |
