mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
... as suggested by Wez
This commit is contained in:
parent
295a1c665c
commit
bf0e2751bb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user