summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mime_magic/mime_magic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c
index 030e32e6b4..9b38792db0 100644
--- a/ext/mime_magic/mime_magic.c
+++ b/ext/mime_magic/mime_magic.c
@@ -324,7 +324,7 @@ PHP_FUNCTION(mime_content_type)
{
php_stream *stream;
- php_stream_from_zval(stream, &what);
+ php_stream_from_zval_no_verify(stream, &what);
if (stream) {
break;
}