hholzgra                Wed Apr 21 21:35:10 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mime_magic     reference.xml 
  Log:
  deprecating mime_magic extension
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mime_magic/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/mime_magic/reference.xml
diff -u phpdoc/en/reference/mime_magic/reference.xml:1.4 
phpdoc/en/reference/mime_magic/reference.xml:1.5
--- phpdoc/en/reference/mime_magic/reference.xml:1.4    Thu Dec 18 09:14:25 2003
+++ phpdoc/en/reference/mime_magic/reference.xml        Wed Apr 21 21:35:10 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.mime-magic">
   <title>Mimetype Functions</title>
   <titleabbrev>Mimetype</titleabbrev>
@@ -7,6 +7,13 @@
   <partintro>
    <section id="mime-magic.intro">
     &reftitle.intro;
+    <warning>
+     <para>
+      This extension has been deprecated as the PECL extension
+      <literal>fileinfo</literal> provides the same functionality
+      (and more) in a much cleaner way.
+     </para>
+    </warning>
     <para>
      The functions in this module try to guess the content type
      and encoding of a file by looking for certain 

Reply via email to