From b0f6477bc408b7e2840566c64604c5bcfefb018d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 31 Mar 2003 19:38:04 +0000 Subject: [PATCH] Fixed bug #22912 and #22275 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121797 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mime_magic/configure.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/reference/mime_magic/configure.xml b/reference/mime_magic/configure.xml index 8e90d4a1dc..8e70708276 100644 --- a/reference/mime_magic/configure.xml +++ b/reference/mime_magic/configure.xml @@ -1,16 +1,21 @@ - +
&reftitle.install; You must compile PHP with the configure switch to get support for - mime-type functions. The extension needs a copy of the - magic.mime as distributed with the - file command. This file also part of most recent Linux - distributions and usually stored in the /usr/share/misc - directory. + mime-type functions. The extension needs a copy of the simplified + magic file that is distributed with the Apache httpd. + + + This extension is not capable of handling the fully decorated + magic file that generally comes with + standard Linux distro's and is supposed to be used with + recent versions of file command. + +