Hi everyone, I've posted a new proposal, Zend_Mime_Magic. It's a native PHP implementation of the standard Mime Magic functionality. For those unfamiliar with it, Mime Magic is an umbrella term that describes programs that use byte comparison to (attempt to) identify files by their content. PHP's mime_content_type() function is deprecated, and I wanted to spare people the pain of having to install Fileinfo on their server configurations to do file type detection. Also, in my experience, Fileinfo is really not very accurate.
Please take a look and let me know what you think: http://framework.zend.com/wiki/display/ZFPROP/Zend_Mime_Magic Thanks, -Matt
