FS#1260 - PHP is compiled without --with-mime-magic
Attached to Project:
Arch Linux
Opened by Roberto Braga (Bobonov) - Tuesday, 17 August 2004, 15:35 GMT
Last edited by Judd Vinet (judd) - Tuesday, 17 August 2004, 19:13 GMT
Opened by Roberto Braga (Bobonov) - Tuesday, 17 August 2004, 15:35 GMT
Last edited by Judd Vinet (judd) - Tuesday, 17 August 2004, 19:13 GMT
|
Details
Actually PHP is compiled without --with-mime-magic that
allow the use of the mime_content_type() function.
Actually this function is deprecated in PHP, they suggest to use fileinfo() from PECL extension repository http://pecl.php.net/package/Fileinfo For the moment is suerely wiser to use the PHP one untill they decide what to do. |
This task depends upon