From 16a88f396df23c77ac064e12d14a7d0c7543d358 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Thu, 28 Mar 2002 17:37:00 +0000 Subject: [PATCH] typos and other picky stuff git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75642 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.iis.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chapters/install.iis.xml b/chapters/install.iis.xml index e91295f3ba..21e990f630 100644 --- a/chapters/install.iis.xml +++ b/chapters/install.iis.xml @@ -1,5 +1,5 @@ - + Servers-IIS/PWS @@ -177,7 +177,7 @@ 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. @@ -186,7 +186,7 @@ Edit the enclosed pws-php4cgi.reg - 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: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\php.exe" @@ -207,7 +207,7 @@ Edit the enclosed pws-php4isapi.reg - 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: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\sapi\\php4isapi.dll" @@ -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. You must start over from the previous step for each @@ -343,4 +343,4 @@ End: 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 +-->