betz Mon Jun 16 06:26:00 2003 EDT
Modified files:
/phpdoc/en/chapters install.configure.servers.xml
Log:
title change, some links
Index: phpdoc/en/chapters/install.configure.servers.xml
diff -u phpdoc/en/chapters/install.configure.servers.xml:1.5
phpdoc/en/chapters/install.configure.servers.xml:1.6
--- phpdoc/en/chapters/install.configure.servers.xml:1.5 Wed May 21 06:34:22
2003
+++ phpdoc/en/chapters/install.configure.servers.xml Mon Jun 16 06:26:00 2003
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<sect3 id="install.configure.options.servers">
- <title>Server options</title>
+ <title>SAPI options</title>
+ <para>
+ The following list contains the available SAPI&s (<literal>Server
+ Application Programming Interface)</literal> for PHP.
+ </para>
<variablelist>
<varlistentry id="install.configure.with-aolserver">
<term>
@@ -32,8 +36,8 @@
</term>
<listitem>
<para>
- Build Apache module. DIR is the top-level Apache build directory, defaults
- to <filename>/usr/local/apache</filename>.
+ Build a static Apache module. DIR is the top-level Apache build directory,
+ defaults to <filename>/usr/local/apache</filename>.
</para>
</listitem>
</varlistentry>
@@ -43,7 +47,7 @@
</term>
<listitem>
<para>
- Enable transfer tables for mod_charset (Rus Apache).
+ Enable transfer tables for mod_charset (Russian Apache).
</para>
</listitem>
</varlistentry>
@@ -77,8 +81,10 @@
</term>
<listitem>
<para>
- Disable building the CLI version of PHP (this forces --without-pear).
- Available with PHP 4.3.0.
+ Available with PHP 4.3.0. Disable building the CLI version of PHP (this
+ forces <link linkend="install.configure.without-pear">--without-pear</link>).
+ More information is available in the section about
+ <link linkend="features.commandline">Using PHP from the command line</link>.
</para>
</listitem>
</varlistentry>
@@ -255,7 +261,8 @@
</term>
<listitem>
<para>
- Build PHP as FastCGI application. No longer available as of PHP 4.3.0.
+ Build PHP as FastCGI application. No longer available as of PHP 4.3.0,
+ instead you should use <parameter>--enable-fastcgi</parameter>.
</para>
</listitem>
</varlistentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php