install/intro.xml
e443388d4249fea383d6ec2d1a338be220cf95ee
...
...
@@ -19,7 +19,7 @@
19
19
PHP itself, a web server and a web browser. You
20
20
probably already have a web browser, and depending on
21
21
your operating system setup, you may also have a web
22
-
server (e.g. Apache on Linux and MacOS X; IIS on Windows).
22
+
server (e.g. Apache on Linux and macOS; IIS on Windows).
23
23
You may also rent webspace at a company. This way, you
24
24
don't need to set up anything on your own, only write
25
25
your PHP scripts, upload it to the server you rent, and
...
...
@@ -31,16 +31,15 @@
31
31
server. For many servers PHP has a direct module
32
32
interface (also called SAPI). These servers include
33
33
Apache, Microsoft Internet Information Server,
34
-
Netscape and iPlanet servers. Many other servers
35
-
have support for ISAPI, the Microsoft module
36
-
interface (OmniHTTPd for example). If PHP has no
34
+
Netscape and iPlanet servers.
35
+
If PHP has no
37
36
module support for your web server, you can always
38
37
use it as a CGI or FastCGI processor. This means you set up
39
38
your server to use the CGI executable of
40
39
PHP to process all PHP file requests on the server.
41
40
</para>
42
41
<para>
43
-
If you are also interested to use PHP for command line
42
+
If you are also interested in using PHP for command line
44
43
scripting (e.g. write scripts autogenerating some images
45
44
for you offline, or processing text files depending
46
45
on some arguments you pass to them), you always need
...
...
@@ -70,9 +69,6 @@
70
69
PHP source code and binary distributions for Windows can be
71
70
found at
72
71
<link xlink:href="&url.php.downloads;">&url.php.downloads;</link>.
73
-
We recommend you to choose a
74
-
<link xlink:href="&url.mirrors;">mirror</link> nearest
75
-
to you for downloading the distributions.
76
72
</para>
77
73
</chapter>
78
74

79
75