From:             vitalif at mail dot ru
Operating system: 
PHP version:      5.5.0alpha5
Package:          Filesystem function related
Bug Type:         Bug
Bug description:Bug in libmagic included with fileinfo extension

Description:
------------
Hello!

First of all I want to say that libmagic included with fileinfo extension
is 2 YEARS OLD and has bugs - you should UPDATE it to something like 5.13.
Also it would be good if you submit your libmagic fixes to UPSTREAM (to
libmagic author) - at least some of them.

And also I want to tell you about a specific bug - your libmagic detects
all MSOffice documents unknown to it as "application/msword". For example,
any Visio (CDF) document is detected as "application/msword", which is
incorrect. This bug was in libmagic 5.11, but is already fixed in 5.13.

I would propose updating the included libmagic, but if you don't want to do
it you can just apply a simple patch (attached). With it Visio and all
other unknown files are detected as application/vnd.ms-office which is more
correct.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=64462&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64462&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64462&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64462&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64462&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64462&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64462&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64462&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64462&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64462&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64462&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64462&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64462&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64462&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64462&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64462&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64462&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64462&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64462&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64462&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64462&r=mysqlcfg

Reply via email to