From 54577186db6ae8d3cd22b1e8b9defa758af10b3e Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 4 Jun 2004 19:52:04 +0000 Subject: [PATCH] fix links to internal IDs, add tags where missing, and a little bit of grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160563 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/windows/iis.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/install/windows/iis.xml b/install/windows/iis.xml index aa1711cf52..8758a2afe1 100644 --- a/install/windows/iis.xml +++ b/install/windows/iis.xml @@ -1,13 +1,13 @@ - + Microsoft IIS / PWS This section contains notes and hints specific to IIS (Microsoft - Internet Information Server). Installing PHP for - PWS/IIS 3, - PWS 4 or newer and - IIS 4 or newer versions. + Internet Information Server). We have included installation + instructions for PWS/IIS 3, + PWS 4 or newer and + IIS 4 or newer versions. @@ -25,7 +25,8 @@ The recommended method for configuring these servers is to use the REG file included with the distribution - (pws-php4cgi.reg). You may want to edit this file and make sure + (pws-php4cgi.reg in the SAPI folder). + You may want to edit this file and make sure the extensions and PHP install directories match your configuration. Or you can follow the steps below to do it manually. @@ -196,7 +197,7 @@ Edit the enclosed pws-php4cgi.reg - file (look into the SAPI dir) to reflect the location of + file (look into the SAPI folder) to reflect the location of your php.exe. Backslashes should be escaped, for example: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="c:\\php\\php.exe" @@ -220,7 +221,7 @@ Edit the enclosed pws-php4isapi.reg - file (look into the SAPI dir) to reflect the location of + file (look into the SAPI folder) to reflect the location of 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" @@ -272,19 +273,19 @@ Click Add, and in the Executable box, type: c:\php\php.exe (assuming - that you have unziped PHP in c:\php\). + that you have unziped PHP in c:\php\). In the Extension box, type the file name extension you want associated with PHP scripts. Leave 'Method exclusions' - blank, and check the Script engine checkbox. You may also + blank, and check the 'Script engine' checkbox. You may also like to check the 'check that file exists' box - for a small performance penalty, IIS (or PWS) will check that the script - file exists and sort out authentication before firing up php. + 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 complaining 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 @@ -313,16 +314,16 @@ If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and - supply a path to the php4isapi.dll. + supply a path to the php4isapi.dll. Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path - to the php4isapi.dll as the Executable, supply - .php as the extension, leave Method - exclusions blank, and check the Script engine checkbox. + to the php4isapi.dll as the Executable, supply + .php as the extension, leave 'Method + exclusions' blank, and check the 'Script engine' checkbox.