Jump to letter: [
AFGHIJKLMNOPRSTWZ
]
php-pecl-Fileinfo: Fileinfo is a PHP extension that wraps the libmagic library
- Summary
- This extension allows the retrieval of file type information for the vast
majority of files. This information may include such information as dimensions
or compression quality of images, duration of sound files, etc...
Additionally, it can also be used to retrieve the MIME type for a particular
file, and for text files, the proper language encoding.
Changelog
- * Fri Jul 20 15:00:00 2007 Johnny Hughes <johnny{%}centos{*}org> 1.0.4-3
- changed file-devel buildrequires to file for centos 5.
- added this buildrequires:
zlib-devel, openssl-devel, autoconf, automake, libtool
- * Mon Apr 16 15:00:00 2007 Brandon Holbrook <fedora AT theholbrooks DOT org> 1.0.4-3
- magic.h is now part of file-devel, not file. Changed buildreqs
- * Sat Apr 14 15:00:00 2007 Brandon Holbrook <fedora AT theholbrooks DOT org> 1.0.4-2
- Added a patch to config.m4 that fixes improper detection of the system's magic database file [bz 235110]