diff options
Diffstat (limited to 'ext/bz2/bz2.c')
| -rw-r--r-- | ext/bz2/bz2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index a063f21c56..07296d2daa 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -327,7 +327,7 @@ PHP_FUNCTION(bzopen) stream = php_stream_bz2open(NULL, Z_STRVAL_PP(file), Z_STRVAL_PP(mode), - ENFORCE_SAFE_MODE | REPORT_ERRORS, + REPORT_ERRORS, NULL); } else { /* If it is a resource, than its a stream resource */ |
