Implemented changes to PSW4 docs as per bug #19491. This includes:

s/forward slashes/backslashes and describing how to implement registery changes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112351 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-01-18 06:57:01 +00:00
parent b838258581
commit f21c0b3dd7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<sect1 id="install.iis">
<title>Servers-IIS/PWS</title>
<para>
@ -187,8 +187,11 @@
<simpara>
Edit the enclosed <filename>pws-php4cgi.reg</filename>
file (look into the SAPI dir) to reflect the location of
your php.exe. Forward slashes should be escaped, for example:
your <filename>php.exe</filename>. Backslashes should be
escaped, for example:
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\php.exe"</literal>
Now merge this registery file into your system; you may do
this by double-clicking it.
</simpara>
</listitem>
<listitem>
@ -208,8 +211,11 @@
<simpara>
Edit the enclosed <filename>pws-php4isapi.reg</filename>
file (look into the SAPI dir) to reflect the location of
your php4isapi.dll. Forward slashes should be escaped, for example:
your <filename>php4isapi.dll</filename>. Backslashes should
be escaped, for example:
<literal>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\sapi\\php4isapi.dll"</literal>
Now merge this registery file into your system; you may do
this by double-clicking it.
</simpara>
</listitem>
<listitem>