minor typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128147 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-05-21 03:02:31 +00:00
parent bb5700dbf3
commit 71855bb28a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<sect3 id="install.configure.options.servers">
<title>Server options</title>
<variablelist>
@ -33,7 +33,7 @@
<listitem>
<para>
Build Apache module. DIR is the top-level Apache build directory, defaults
to /usr/local/apache.
to <filename>/usr/local/apache</filename>.
</para>
</listitem>
</varlistentry>
@ -61,12 +61,12 @@
<varlistentry id="install.configure.with-caudium">
<term>
<parameter>--with-caudium=DIR </parameter>
<parameter>--with-caudium=DIR</parameter>
</term>
<listitem>
<para>
Build PHP as a Pike module for use with Caudium. DIR is the Caudium server
dir, with the default value <filename>/usr/local/caudium/server.</filename>
dir, with the default value <filename>/usr/local/caudium/server</filename>.
</para>
</listitem>
</varlistentry>
@ -89,8 +89,9 @@
</term>
<listitem>
<para>
Enable building of the embedded SAPI library. TYPE is either shared or
static, which defaults to shared. Available with PHP 4.3.0.
Enable building of the embedded SAPI library. TYPE is either
<literal>shared</literal> or <literal>static</literal>, which
defaults to <literal>shared</literal>. Available with PHP 4.3.0.
</para>
</listitem>
</varlistentry>
@ -175,7 +176,7 @@
<listitem>
<para>
Include servlet support. DIR is the base install directory for the JSDK.
This SAPI prereqs the java extension must be built as a shared dl.
This SAPI requires the java extension must be built as a shared dl.
</para>
</listitem>
</varlistentry>
@ -243,7 +244,7 @@
<para>
If this is enabled, the PHP CGI binary can safely be placed outside of
the web tree and people will not be able to circumvent
<filename>.htaccess</filename>security.
<filename>.htaccess</filename> security.
</para>
</listitem>
</varlistentry>
@ -265,7 +266,7 @@
</term>
<listitem>
<para>
If this is enabled, the CGI module will be built with support for fastcgi
If this is enabled, the CGI module will be built with support for FastCGI
also. Available since PHP 4.3.0
</para>
</listitem>
@ -277,8 +278,8 @@
</term>
<listitem>
<para>
If this is disabled, paths such as /info.php/test?a=b will fail to work.
Available since PHP 4.3.0
If this is disabled, paths such as <filename>/info.php/test?a=b</filename>
will fail to work. Available since PHP 4.3.0
</para>
</listitem>
</varlistentry>