@@ -9,7 +9,7 @@ Installing PHP
9
9
Windows Installer
10
10
Manual Installation Steps
11
11
ActiveScript
12
- Microsoft IIS / PWS
12
+ Microsoft IIS
13
13
Apache 1.3.x on Microsoft Windows
14
14
Apache 2.0.x on Microsoft Windows
15
15
Sun, iPlanet and Netscape servers on Microsoft Windows
@@ -211,7 +211,7 @@ Windows Installer (PHP 5.1.0 and earlier)
211
211
212
212
The Windows PHP installer is available from the downloads page at
213
213
http://www.php.net/downloads.php. This installs the CGI version of PHP
214
- and for IIS, PWS, and Xitami, it configures the web server as well. The
214
+ and for IIS and Xitami, it configures the web server as well. The
215
215
installer does not include any extra external PHP extensions
216
216
(php_*.dll) as you'll only find those in the Windows Zip Package and
217
217
PECL downloads.
@@ -433,7 +433,7 @@ c:\php
433
433
follow the next step. Set the doc_root to point to your web servers
434
434
document_root. For example:
435
435
436
- doc_root = c:\inetpub\wwwroot // for IIS/PWS
436
+ doc_root = c:\inetpub\wwwroot // for IIS
437
437
438
438
doc_root = c:\apache\htdocs // for Apache
439
439
@@ -442,11 +442,6 @@ doc_root = c:\apache\htdocs // for Apache
442
442
what is already built in. Note that on a new installation it is
443
443
advisable to first get PHP working and tested without any
444
444
extensions before enabling them in php.ini.
445
- * On PWS and IIS, you can set the browscap configuration setting to
446
- point to: c:\windows\system\inetsrv\browscap.ini on Windows 9x/Me,
447
- c:\winnt\system32\inetsrv\browscap.ini on NT/2000, and
448
- c:\windows\system32\inetsrv\browscap.ini on XP. For an up-to-date
449
- browscap.ini, read the following FAQ.
450
445
451
446
PHP is now setup on your system. The next step is to choose a web
452
447
server, and enable it to run PHP. Choose a web server from the table of
@@ -499,7 +494,7 @@ ActiveScript
499
494
folder, if you wish to load extensions, etc.
500
495
__________________________________________________________________
501
496
502
- Microsoft IIS / PWS
497
+ Microsoft IIS
503
498
504
499
This section contains notes and hints specific to IIS (Microsoft
505
500
Internet Information Server).
@@ -511,7 +506,7 @@ Microsoft IIS / PWS
511
506
yourself from those attacks.
512
507
__________________________________________________________________
513
508
514
- General considerations for all installations of PHP with IIS or PWS
509
+ General considerations for all installations of PHP with IIS
515
510
516
511
* First, read the Manual Installation Instructions. Do not skip this
517
512
step as it provides crucial information for installing PHP on
@@ -543,7 +538,7 @@ General considerations for all installations of PHP with IIS or PWS
543
538
downloaded in the "Collection of PECL modules" package. Files such
544
539
as php_zip.dll and php_ssh2.dll. Download PHP files here.
545
540
* When defining the executable, the 'check that file exists' box may
546
- also be checked. For a small performance penalty, the IIS (or PWS)
541
+ also be checked. For a small performance penalty, the IIS
547
542
will check that the script file exists and sort out authentication
548
543
before firing up PHP. This means that the web server will provide
549
544
sensible 404 style error messages instead of CGI errors complaining
@@ -1579,7 +1574,7 @@ cgi error:
1579
1574
11. Windows: I've followed all the instructions, but still can't get
1580
1575
PHP and IIS to work together!
1581
1576
1582
- 12. When running PHP as CGI with IIS, PWS, OmniHTTPD or Xitami, I get
1577
+ 12. When running PHP as CGI with IIS, OmniHTTPD or Xitami, I get
1583
1578
the following error: Security Alert! PHP CGI cannot be accessed
1584
1579
directly..
1585
1580
@@ -1824,7 +1819,7 @@ cgi error:
1824
1819
tell it that PHP is a script engine. Also, you will want to read this
1825
1820
faq.
1826
1821
1827
- 12. When running PHP as CGI with IIS, PWS, OmniHTTPD or Xitami, I get
1822
+ 12. When running PHP as CGI with IIS, OmniHTTPD or Xitami, I get
1828
1823
the following error: Security Alert! PHP CGI cannot be accessed
1829
1824
directly..
1830
1825
0 commit comments