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 b688b4e981..fd0e3efb0c 100644 --- a/ext/hash/hash_md.c +++ b/ext/hash/hash_md.c @@ -148,7 +148,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; } |
