nlopess         Sun Jun 13 12:17:48 2004 EDT

  Modified files:              
    /phpdoc/en/install/windows  manual.xml 
  Log:
  fix XML errors
  
http://cvs.php.net/diff.php/phpdoc/en/install/windows/manual.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/install/windows/manual.xml
diff -u phpdoc/en/install/windows/manual.xml:1.7 
phpdoc/en/install/windows/manual.xml:1.8
--- phpdoc/en/install/windows/manual.xml:1.7    Sun Jun 13 10:31:25 2004
+++ phpdoc/en/install/windows/manual.xml        Sun Jun 13 12:17:48 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
    <sect1 id="install.windows.manual">
     <title>Manual Installation Steps</title>
     
@@ -15,7 +15,7 @@
      installer for Microsoft Windows, we recommend you to take some time and set
      up PHP yourself, since this provides better understanding of the system, and
      enables you to install PHP extensions easily whenever you need.
-    <para>
+    </para>
     
     <note id="install.windows.manual.upgrade">
      <title>Upgrading from a previous PHP version</title>
@@ -51,7 +51,7 @@
         which is assumed to be renamed to <filename>php</filename>. For the sake
         of convenience and to be version independent, the following steps assume
         your extracted version of PHP lives in <filename
-        class="directory">c:\php</filename>. You might choose any other location but
+        class="directory">C:\php</filename>. You might choose any other location but
         you probably do not want to use a path in which spaces are included. Using
         a folder, like <filename class="directory">C:\Program Files\PHP</filename>
         is not a good idea. Some web servers will crash if you do. The structure of
@@ -223,7 +223,7 @@
          </member>
          <!-- TODO: servlets? -->
         </simplelist>
-       <para>
+       </para>
        <para>
         Server modules provide significantly better performance and some more
         functionality compared to the CGI binary. The CLI version is designed
@@ -241,7 +241,7 @@
 
        <para>
         The CGI and CLI binaries, and the web server modules all require the
-        <filename>php4ts.dll<filename> (<filename>php5ts.dll<filename>) file
+        <filename>php4ts.dll</filename> (<filename>php5ts.dll</filename>) file
         to be available to them. You have to make sure, that this file can be
         found by your PHP installation. The search order for this DLL is as
         follows:

Reply via email to