Folgendes mache ich:
$ php
<?php
$finfo=finfo_open(FILEINFO_MIME, '/usr/share/file/magic');
Das ist, was ich bekomme:
PHP Notice: finfo_open(): Warning: description `8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data enco' truncated in - on line 2
PHP Notice: finfo_open(): Warning: description `8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data enco' truncated in - on line 2
PHP Notice: finfo_open(): Warning: <= not supported in - on line 2
PHP Notice: finfo_open(): Warning: <= not supported in - on line 2
PHP Notice: finfo_open(): Warning: <= not supported in - on line 2
PHP Notice: finfo_open(): Warning: >= not supported in - on line 2
PHP Warning: finfo_open(): Failed to load magic database at '/usr/share/file/magic'. in - on line 2
Dies ist eine saubere CentOS 5.5-Installation, PHP 5.3. Die Datei /usr/share/file/magic
existiert und ist zugänglich.