ZF-4886: Zend_Validate_File wrong file info class name
Description
There is typo when checking if finfo class is loaded. There is 3 affected files. IsCompressed.php, IsImage.php, MimeType.php.
the code if (class_exists('fileinfo')) { must be replaced with if (class_exists('finfo')) {
Comments
Posted by Thomas Weidner (thomas) on 2008-11-12T06:20:18.000+0000
Already fixed in latest trunk
Posted by Wil Sinclair (wil) on 2008-11-13T14:09:59.000+0000
Changing issues in preparation for the 1.7.0 release.