diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-06-05 14:42:12 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-06-05 14:42:12 +0000 |
| commit | bf0e2751bb62a97a0dd1a1edddcaca03f5949753 (patch) | |
| tree | 9d5f301be0f6ff64c31910848abd45d0686bbcd2 | |
| parent | 295a1c665cdfc70ba525ff538cfbd8112f0a7117 (diff) | |
| download | php-git-bf0e2751bb62a97a0dd1a1edddcaca03f5949753.tar.gz | |
... as suggested by Wez
| -rw-r--r-- | ext/mime_magic/mime_magic.c | 2 |
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; } |
