hholzgra Thu Jun 5 10:42:12 2003 EDT Modified files: /php4/ext/mime_magic mime_magic.c Log: ... as suggested by Wez Index: php4/ext/mime_magic/mime_magic.c diff -u php4/ext/mime_magic/mime_magic.c:1.28 php4/ext/mime_magic/mime_magic.c:1.29 --- php4/ext/mime_magic/mime_magic.c:1.28 Wed Jun 4 10:21:40 2003 +++ php4/ext/mime_magic/mime_magic.c Thu Jun 5 10:42:12 2003 @@ -15,7 +15,7 @@ | Author: Hartmut Holzgraefe <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: mime_magic.c,v 1.28 2003/06/04 14:21:40 hholzgra Exp $ + $Id: mime_magic.c,v 1.29 2003/06/05 14:42:12 hholzgra Exp $ This module contains a lot of stuff taken from Apache mod_mime_magic, so the license section is a little bit longer than usual: @@ -324,7 +324,7 @@ { php_stream *stream; - php_stream_from_zval(stream, &what); + php_stream_from_zval_no_verify(stream, &what); if (stream) { break; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php