ID:               26064
 Updated by:       [EMAIL PROTECTED]
 Reported By:      e05 at freemails dot ch
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Linux 2.4.20 (Debian)
 PHP Version:      4.3.3
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Sounds like a problem with your magic file used by the mime_magic
extension.


Previous Comments:
------------------------------------------------------------------------

[2003-11-01 04:09:05] e05 at freemails dot ch

mhhhh....
1st this seems to happen to all files
2nd the avi is too large (190 MB)

but I tried to write a test script:
<?php 
var_dump(mime_content_type('/home/e05/file1.avi'));
print "<hr>\n";
var_dump(mime_content_type('/home/e05/file2.mov'));
print "<hr>\n";
var_dump(mime_content_type('/home/e05/file3.zip'));
print "<hr>\n";
var_dump(mime_content_type('/home/e05/file4.rm'));
print "<hr>";
 ?>
The intresting point seems to be the output.
Warning: mime_magic: invalid type 0 in mconvert(). in
/home/ck/lamp/public_html/filemanager/bugtest1.php on line 2
(repeats about more than hundred times each line with a
mime_content_type call! while ignoring print "<hr>\n";)

the end is that the last mime_content_type returns a value after a lot
warnings:
string(19) "application/x-troff"
The only print "<hr>\n"; that seems to be executed works there.

------------------------------------------------------------------------

[2003-10-31 16:43:39] [EMAIL PROTECTED]

Would it be possible for you to make the avi file in question
avaliable?

------------------------------------------------------------------------

[2003-10-31 16:02:16] e05 at freemails dot ch

Description:
------------
Well, there isnīt much to tell. The error message is:
Warning: mime_magic: invalid type 0 in mconvert(). in /foo/bar.php on
line 2

mconvert doesnīt seems to be a public funktion as
http://www.php.net/mconvert didnīt work.

Reproduce code:
---------------
<?php
$result = mime_content_type("/usr/bak/foobar.avi");
 ?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26064&edit=1

Reply via email to