mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos and other picky stuff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75642 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
403c9a978c
commit
16a88f396d
1 changed files with 6 additions and 6 deletions
|
@ -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 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue