... as suggested by Wez

This commit is contained in:
Hartmut Holzgraefe 2003-06-05 14:42:12 +00:00
parent 295a1c665c
commit bf0e2751bb

View File

@ -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;
}