ZF-4887: Zend_Validate_File wrong file info wrong usage
Description
Again there is 3 affected files.
IsCompressed.php, IsImage.php, MimeType.php
the bug in this files are:
- $info = finfo(FILEINFO_MIME); should be $info = new finfo(FILEINFO_MIME);
- $info->close(); there is no such method.
Comments
Posted by Thomas Weidner (thomas) on 2008-11-12T06:19:31.000+0000
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.