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 530b9e8db0..1ff0eba63a 100644 --- a/ext/hash/hash_md.c +++ b/ext/hash/hash_md.c @@ -136,7 +136,7 @@ PHP_NAMED_FUNCTION(php_if_md5_file) return; } - stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); + stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); if (!stream) { RETURN_FALSE; } |
