FS#8267 - add mimetype support for php
Attached to Project:
Arch Linux
Opened by Erik Grinaker (erikg) - Tuesday, 09 October 2007, 13:02 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 10 October 2007, 08:36 GMT
Opened by Erik Grinaker (erikg) - Tuesday, 09 October 2007, 13:02 GMT
Last edited by Pierre Schmitz (Pierre) - Wednesday, 10 October 2007, 08:36 GMT
|
Details
PHP (5.2.4-6) doesn't include the mime module, for detecting
file mimetypes. To add it, build with the --with-mime-magic
switch
|
This task depends upon
Closed by Pierre Schmitz (Pierre)
Wednesday, 10 October 2007, 08:36 GMT
Reason for closing: Implemented
Additional comments about closing: Next version of the php package will include mime_magic as a module.
Please note that this extension might be removed upstream some day.
Wednesday, 10 October 2007, 08:36 GMT
Reason for closing: Implemented
Additional comments about closing: Next version of the php package will include mime_magic as a module.
Please note that this extension might be removed upstream some day.
Comment by Pierre Schmitz (Pierre) -
Tuesday, 09 October 2007, 13:15 GMT
This is deprecated; use fileinfo instead.
Comment by Erik Grinaker (erikg) -
Tuesday, 09 October 2007, 13:29 GMT
Indeed, but many applications still rely on mime_content_type()