alindeman               Thu Mar 28 12:37:00 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.iis.xml 
  Log:
  typos and other picky stuff
  
  
Index: phpdoc/en/chapters/install.iis.xml
diff -u phpdoc/en/chapters/install.iis.xml:1.1 phpdoc/en/chapters/install.iis.xml:1.2
--- phpdoc/en/chapters/install.iis.xml:1.1      Wed Jan  9 18:52:08 2002
+++ phpdoc/en/chapters/install.iis.xml  Thu Mar 28 12:37:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <sect1 id="install.iis">
    <title>Servers-IIS/PWS</title>
    <para>
@@ -177,7 +177,7 @@
     <simpara>
      When installing PHP on Windows with PWS 4 or newer version,
      you have two options. One to set up the PHP CGI binary,
-     the other is to use the ISAPI module dll.
+     the other is to use the ISAPI module DLL.
     </simpara>
      
     <para>
@@ -186,7 +186,7 @@
       <listitem>
        <simpara>
         Edit the enclosed <filename>pws-php4cgi.reg</filename>
-        file (look into the sapi dir) to reflect the location of
+        file (look into the SAPI dir) to reflect the location of
         your php.exe. Forward slashes should be escaped, for example:
         
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script 
Map] ".php"="c:\\php\\php.exe"</literal>
        </simpara>
@@ -207,7 +207,7 @@
       <listitem>
        <simpara>
         Edit the enclosed <filename>pws-php4isapi.reg</filename>
-        file (look into the sapi dir) to reflect the location of
+        file (look into the SAPI dir) to reflect the location of
         your php4isapi.dll. Forward slashes should be escaped, for example:
         
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script 
Map] ".php"="c:\\php\\sapi\\php4isapi.dll"</literal>
        </simpara>
@@ -268,7 +268,7 @@
         performance penalty, IIS (or PWS) will check that the script
         file exists and sort out authentication before firing up php.
         This means that you will get sensible 404 style error messages
-        instead of cgi errors complaing that php did not output any data.
+        instead of cgi errors complaining that php did not output any data.
        </simpara>
        <simpara>
         You must start over from the previous step for each
@@ -343,4 +343,4 @@
 vim600: syn=xml fen fdm=syntax fdl=2 si
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
--->
\ No newline at end of file
+-->


Reply via email to