mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
title change, some links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131839 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
085b4ebdf8
commit
6f71ba3a00
1 changed files with 15 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue