philip          Sat Jan 18 01:57:01 2003 EDT

  Modified files:              
    /phpdoc/en/chapters install.iis.xml 
  Log:
  Implemented changes to PSW4 docs as per bug #19491.  This includes: 
  s/forward slashes/backslashes and describing how to implement registery changes.
  
  
Index: phpdoc/en/chapters/install.iis.xml
diff -u phpdoc/en/chapters/install.iis.xml:1.2 phpdoc/en/chapters/install.iis.xml:1.3
--- phpdoc/en/chapters/install.iis.xml:1.2      Thu Mar 28 12:37:00 2002
+++ phpdoc/en/chapters/install.iis.xml  Sat Jan 18 01:57:01 2003
@@ -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>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to