moriyoshi               Mon Mar 31 14:38:04 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mime_magic     configure.xml 
  Log:
  Fixed bug #22912 and #22275
  
  
Index: phpdoc/en/reference/mime_magic/configure.xml
diff -u phpdoc/en/reference/mime_magic/configure.xml:1.2 
phpdoc/en/reference/mime_magic/configure.xml:1.3
--- phpdoc/en/reference/mime_magic/configure.xml:1.2    Thu Mar 27 12:06:00 2003
+++ phpdoc/en/reference/mime_magic/configure.xml        Mon Mar 31 14:38:04 2003
@@ -1,16 +1,21 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="mime-magic.installation">
  &reftitle.install;
  <para>
   You must compile PHP with the configure switch
   <option role="configure">--with-mime-magic</option> to get support for
-  mime-type functions. The extension needs a copy of the
-  <filename>magic.mime</filename> as distributed with the
-  <filename>file</filename> command. This file also part of most recent Linux
-  distributions and usually stored in the <filename>/usr/share/misc</filename>
-  directory. 
+  mime-type functions. The extension needs a copy of the simplified
+  <filename>magic</filename> file that is distributed with the Apache httpd.
  </para>
+ <note>
+  <para>
+   This extension is not capable of handling the fully decorated
+   <filename>magic</filename> file that generally comes with
+   standard Linux distro's and is supposed to be used with
+   recent versions of <filename>file</filename> command.
+  </para>
+ </note>
 </section>
 
 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to