From f21c0b3dd7b5e36204f237d645123bacee061b6b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 18 Jan 2003 06:57:01 +0000 Subject: [PATCH] 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 --- chapters/install.iis.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/chapters/install.iis.xml b/chapters/install.iis.xml index 21e990f630..a9c707bfde 100644 --- a/chapters/install.iis.xml +++ b/chapters/install.iis.xml @@ -1,5 +1,5 @@ - + Servers-IIS/PWS @@ -187,8 +187,11 @@ Edit the enclosed pws-php4cgi.reg file (look into the SAPI dir) to reflect the location of - your php.exe. Forward slashes should be escaped, for example: + your php.exe. Backslashes should be + escaped, for example: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\php.exe" + Now merge this registery file into your system; you may do + this by double-clicking it. @@ -208,8 +211,11 @@ Edit the enclosed pws-php4isapi.reg file (look into the SAPI dir) to reflect the location of - your php4isapi.dll. Forward slashes should be escaped, for example: + your php4isapi.dll. Backslashes should + be escaped, for example: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\sapi\\php4isapi.dll" + Now merge this registery file into your system; you may do + this by double-clicking it.