dave            Tue Dec 16 13:32:50 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mime_magic     configure.xml 
  Log:
  - Oops!
  
  
Index: phpdoc/en/reference/mime_magic/configure.xml
diff -u phpdoc/en/reference/mime_magic/configure.xml:1.7 
phpdoc/en/reference/mime_magic/configure.xml:1.8
--- phpdoc/en/reference/mime_magic/configure.xml:1.7    Tue Dec 16 13:19:43 2003
+++ phpdoc/en/reference/mime_magic/configure.xml        Tue Dec 16 13:32:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <section id="mime-magic.installation">
  &reftitle.install;
  <para>
@@ -28,16 +28,18 @@
   <para>
    In order to use this module on a Windows environment, you must set the path
    to the bundled <filename>magic.mime</filename> file in your &php.ini;.
-   <para>
-    <example>
-     <title>Setting the path to <filename>magic.mime</filename></title>
-     <programlisting>
+  </para>
+  <para>
+   <example>
+    <title>Setting the path to <filename>magic.mime</filename></title>
+    <programlisting>
 <![CDATA[
 mime_magic.magicfile = "$PHP_INSTALL_DIR\magic.mime"
 ]]>
-     </programlisting>
-    </example>
-   </para>
+    </programlisting>
+   </example>
+  </para>
+  <para>
    Remember to substitute the <filename>$PHP_INSTALL_DIR</filename> for your actual
    path to <literal>PHP</literal> in the above example. e.g.
   <filename>c:\php</filename>

Reply via email to