alindeman               Fri Mar 29 13:47:33 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.windows.xml 
  Log:
  typos and other picky stuff
  
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.11 
phpdoc/en/chapters/install.windows.xml:1.12
--- phpdoc/en/chapters/install.windows.xml:1.11 Fri Mar 29 11:23:15 2002
+++ phpdoc/en/chapters/install.windows.xml      Fri Mar 29 13:47:33 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>
    <para>
@@ -161,12 +161,12 @@
       </listitem>
       <listitem>
        <simpara>
-        You need to ensure that the dlls which PHP uses can be found.
+        You need to ensure that the DLLs which PHP uses can be found.
         The precise DLLs involved depend on which web server you use
         and whether you want to run PHP as a CGI or as a server module.
         <filename>php4ts.dll</filename> is always used. If you are
         using a server module (e.g. ISAPI or Apache) then you will
-        need the relevent DLL from the <filename>sapi</filename>
+        need the relevant DLL from the <filename>sapi</filename>
         folder. If you are using any PHP extension DLLs then you
         will need those as well. To make sure that the DLLs can be
         found, you can either copy them to the system directory
@@ -216,7 +216,7 @@
       </listitem>
       <listitem>
        <para>
-        Copy your choosen ini file (see below) to your 
+        Copy your chosen ini file (see below) to your 
         &apos;%WINDOWS%&apos; directory on Windows 9x/Me or to your 
         &apos;%SYSTEMROOT%&apos; directory under Windows NT/2000/XP
         and rename it to &php.ini;. Your 
@@ -236,7 +236,7 @@
         file for performance, and security. The best is to
         study all the <link linkend="configuration.file">ini
         settings</link> and set every element manually yourself.
-        If you would like to achive the best security, then this
+        If you would like to achieve the best security, then this
         is the way for you, although PHP works fine with these
         default ini files.
        </para>
@@ -420,8 +420,9 @@
         <filename>c:\cygnus</filename>, let the build process know by setting
         the Cygwin environment variable. On Windows 95/98 setting
         an environment variable can be done by placing a line in
-        your autoexec.bat. On Windows NT, go to My Computer =&gt;
-        Control Panel =&gt; System and select the environment tab.
+        your <filename>autoexec.bat</filename>. On Windows NT, go to My
+        Computer =&gt; Control Panel =&gt; System and select the 
+        environment tab.
        </simpara>
        </listitem>
        </itemizedlist>
@@ -586,14 +587,14 @@
 
     <note>
      <para>
-      Some of these extensions need extra dlls to work. Couple of them can be
+      Some of these extensions need extra DLLs to work. Couple of them can be
       found in the distribution package, in the &apos;dlls&apos; folder but
-      some, for example Oracle (php_oci8.dll) require dlls which are
+      some, for example Oracle (php_oci8.dll) require DLLs which are
       not bundled with the distribution package.
      </para>
 
      <para>
-      Copy the bundled dlls from &apos;dlls&apos; folder to your Windows 
+      Copy the bundled DLLs from &apos;DLLs&apos; folder to your Windows 
       PATH, safe places are:
       <simplelist>
        <member>c:\windows\system for Windows 9x/Me</member>


Reply via email to