From bf0e2751bb62a97a0dd1a1edddcaca03f5949753 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 5 Jun 2003 14:42:12 +0000 Subject: [PATCH] ... as suggested by Wez --- ext/mime_magic/mime_magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index 030e32e6b4d..9b38792db04 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; }