mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Splitting of install.configure.xml (configure options)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67590 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6d6b28a98
commit
e6c2768918
7 changed files with 2043 additions and 1878 deletions
452
chapters/install.configure.databases.xml
Normal file
452
chapters/install.configure.databases.xml
Normal file
|
@ -0,0 +1,452 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.databases">
|
||||
<title>Database options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.with-db">
|
||||
<term>
|
||||
<parameter>--with-db</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include old xDBM support (deprecated).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-dba">
|
||||
<term>
|
||||
<parameter>--enable-dba=shared</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build DBA as a shared module.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-gdbm">
|
||||
<term>
|
||||
<parameter>--with-gdbm[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include GDBM support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ndbm">
|
||||
<term>
|
||||
<parameter>--with-ndbm[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include NDBM support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-db2">
|
||||
<term>
|
||||
<parameter>--with-db2[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Berkeley DB2 support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-db3">
|
||||
<term>
|
||||
<parameter>--with-db3[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Berkeley DB3 support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-dbm">
|
||||
<term>
|
||||
<parameter>--with-dbm[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include DBM support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-cdb">
|
||||
<term>
|
||||
<parameter>--with-cdb[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include CDB support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-dbase">
|
||||
<term>
|
||||
<parameter>--enable-dbase</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable the bundled dbase library.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-dbplus">
|
||||
<term>
|
||||
<parameter>--with-dbplus</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include dbplus support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-dbx">
|
||||
<term>
|
||||
<parameter>--enable-dbx</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable dbx.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-fbsql">
|
||||
<term>
|
||||
<parameter>--with-fbsql[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include FrontBase support. DIR is the FrontBase base directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-filepro">
|
||||
<term>
|
||||
<parameter>--enable-filepro</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable the bundled read-only filePro support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-fribidi">
|
||||
<term>
|
||||
<parameter>--with-fribidi[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include fribidi support (requires FriBidi >=0.1.12). DIR is the fribidi
|
||||
installation directory - default /usr/local/.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-informix">
|
||||
<term>
|
||||
<parameter>--with-informix[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Informix support. DIR is the Informix base install directory,
|
||||
defaults to nothing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ingres">
|
||||
<term>
|
||||
<parameter>--with-ingres[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Ingres II support. DIR is the Ingres base directory (default /II/ingres).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-interbase">
|
||||
<term>
|
||||
<parameter>--with-interbase[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include InterBase support. DIR is the InterBase base install directory,
|
||||
defaults to /usr/interbase.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-msql">
|
||||
<term>
|
||||
<parameter>--with-msql[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include mSQL support. DIR is the mSQL base install directory, defaults
|
||||
to /usr/local/Hughes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mysql">
|
||||
<term>
|
||||
<parameter>--with-mysql[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include MySQL support. DIR is the MySQL base directory. If unspecified,
|
||||
the bundled MySQL library will be used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-oci8">
|
||||
<term>
|
||||
<parameter>--with-oci8[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Oracle-oci8 support. Default DIR is ORACLE_HOME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-adabas">
|
||||
<term>
|
||||
<parameter>--with-adabas[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Adabas D support. DIR is the Adabas base install directory,
|
||||
defaults to /usr/local.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-sapdb">
|
||||
<term>
|
||||
<parameter>--with-sapdb[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include SAP DB support. DIR is SAP DB base install directory,
|
||||
defaults to /usr/local.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-solid">
|
||||
<term>
|
||||
<parameter>--with-solid[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Solid support. DIR is the Solid base install directory,
|
||||
defaults to /usr/local/solid.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ibm-db2">
|
||||
<term>
|
||||
<parameter>--with-ibm-db2[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include IBM DB2 support. DIR is the DB2 base install directory,
|
||||
defaults to /home/db2inst1/sqllib.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-empress">
|
||||
<term>
|
||||
<parameter>--with-empress[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Empress support. DIR is the Empress base install directory,
|
||||
defaults to $EMPRESSPATH. From PHP4, this option only supports
|
||||
Empress Version 8.60 and above.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-empress-bcs">
|
||||
<term>
|
||||
<parameter>--with-empress-bcs[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Empress Local Access support. DIR is the Empress base
|
||||
install directory, defaults to $EMPRESSPATH. From PHP4,
|
||||
this option only supports Empress Version 8.60 and above.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-velocis">
|
||||
<term>
|
||||
<parameter>--with-velocis[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Velocis support. DIR is the Velocis base install directory,
|
||||
defaults to /usr/local/velocis.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-custom-odbc">
|
||||
<term>
|
||||
<parameter>--with-custom-odbc[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include a user defined ODBC support. The DIR is ODBC install base directory,
|
||||
which defaults to /usr/local. Make sure to define CUSTOM_ODBC_LIBS and have
|
||||
some odbc.h in your include dirs. E.g., you should define following for Sybase SQL
|
||||
Anywhere 5.5.00 on QNX, prior to run configure script:
|
||||
<![CDATA[
|
||||
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
|
||||
LDFLAGS=-lunix
|
||||
CUSTOM_ODBC_LIBS="-ldblib -lodbc".
|
||||
]]>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-iodbc">
|
||||
<term>
|
||||
<parameter>--with-iodbc[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include iODBC support. DIR is the iODBC base install directory,
|
||||
defaults to /usr/local.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-esoob">
|
||||
<term>
|
||||
<parameter>--with-esoob[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Easysoft OOB support. DIR is the OOB base install directory,
|
||||
defaults to /usr/local/easysoft/oob/client.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-unixODBC">
|
||||
<term>
|
||||
<parameter>--with-unixODBC[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include unixODBC support. DIR is the unixODBC base install directory,
|
||||
defaults to /usr/local.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-openlink">
|
||||
<term>
|
||||
<parameter>--with-openlink[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include OpenLink ODBC support. DIR is the OpenLink base install directory,
|
||||
defaults to /usr/local. This is the same as iODBC.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-dbmaker">
|
||||
<term>
|
||||
<parameter>--with-dbmaker[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include DBMaker support. DIR is the DBMaker base install directory,
|
||||
defaults to where the latest version of DBMaker is installed
|
||||
(such as /home/dbmaker/3.6).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-oracle">
|
||||
<term>
|
||||
<parameter>--with-oracle[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Oracle-oci7 support. Default DIR is ORACLE_HOME.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ovrimos">
|
||||
<term>
|
||||
<parameter>--with-ovrimos[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Ovrimos SQL Server support. DIR is the Ovrimos' libsqlcli install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pgsql">
|
||||
<term>
|
||||
<parameter>--with-pgsql[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include PostgreSQL support. DIR is the PostgreSQL base install directory,
|
||||
defaults to /usr/local/pgsql. Set DIR to shared to build as a dl, or
|
||||
shared,DIR to build as a dl and still specify DIR.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-sybase">
|
||||
<term>
|
||||
<parameter>--with-sybase[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Sybase-DB support. DIR is the Sybase home directory,
|
||||
defaults to /home/sybase.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-sybase-ct">
|
||||
<term>
|
||||
<parameter>--with-sybase-ct[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Sybase-CT support. DIR is the Sybase home directory.
|
||||
Defaults to /home/sybase.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-unified-odbc">
|
||||
<term>
|
||||
<parameter>--disable-unified-odbc</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable unified ODBC support. Only applicable if
|
||||
iODBC, Adabas, Solid, Velocis or a custom ODBC
|
||||
interface is enabled. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
223
chapters/install.configure.graphics.xml
Normal file
223
chapters/install.configure.graphics.xml
Normal file
|
@ -0,0 +1,223 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.graphics">
|
||||
<title>Graphics options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.with-gd">
|
||||
<term>
|
||||
<parameter>--with-gd[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include GD support (DIR is GD's install dir). Set DIR to shared to build as
|
||||
a dl, or shared,DIR to build as a dl and still specify DIR.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-gd-native-ttf">
|
||||
<term>
|
||||
<parameter>--enable-gd-native-ttf</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Enable TrueType string function in gd.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-jpeg-dir.gd">
|
||||
<term>
|
||||
<parameter>--with-jpeg-dir=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Set the path to libjpeg install prefix.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-png-dir.gd">
|
||||
<term>
|
||||
<parameter>--with-png-dir=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Set the path to libpng install prefix.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-xpm-dir">
|
||||
<term>
|
||||
<parameter>--with-xpm-dir=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Set the path to libXpm install prefix.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-freetype-dir">
|
||||
<term>
|
||||
<parameter>--with-freetype-dir=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Set the path to freetype2 install prefix.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ttf">
|
||||
<term>
|
||||
<parameter>--with-ttf[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Include FreeType 1.x support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-t1lib">
|
||||
<term>
|
||||
<parameter>--with-t1lib[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
GD: Include T1lib support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-cpdflib">
|
||||
<term>
|
||||
<parameter>--with-cpdflib[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include cpdflib support (requires cpdflib >= 2). DIR is the cpdfllib install
|
||||
directory, defaults to /usr.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-jpeg-dir.cpdf">
|
||||
<term>
|
||||
<parameter>--with-jpeg-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
jpeg dir for cpdflib 2.x.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-tiff-dir.cpdf">
|
||||
<term>
|
||||
<parameter>--with-tiff-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
tiff dir for cpdflib 2.x.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pdflib">
|
||||
<term>
|
||||
<parameter>--with-pdflib[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include PDFlib support. DIR is the pdflib base install directory,
|
||||
defaults to /usr/local. Set DIR to shared to build as dl, or
|
||||
shared,DIR to build as dl and still specify DIR.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-jpeg-dir.pdf">
|
||||
<term>
|
||||
<parameter>--with-jpeg-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PDFLIB: define libjpeg install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-png-dir.pdf">
|
||||
<term>
|
||||
<parameter>--with-png-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PDFLIB: define libpng install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-tiff-dir.pdf">
|
||||
<term>
|
||||
<parameter>--with-tiff-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
PDFLIB: define libtiff install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-swf">
|
||||
<term>
|
||||
<parameter>--with-swf[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include swf support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.without-gd">
|
||||
<term>
|
||||
<parameter>--without-gd</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable GD support. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-imagick">
|
||||
<term>
|
||||
<parameter>--with-imagick</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ImageMagick support. DIR is the install directory, and if left out, PHP will
|
||||
try to find it on its own. [experimental]. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ming">
|
||||
<term>
|
||||
<parameter>--with-ming[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ming support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
979
chapters/install.configure.misc.xml
Normal file
979
chapters/install.configure.misc.xml
Normal file
|
@ -0,0 +1,979 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.misc">
|
||||
<title>Misc options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.enable-force-cgi-redirect">
|
||||
<term>
|
||||
<parameter>--enable-force-cgi-redirect</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable the security check for internal server redirects. You should use this
|
||||
if you are running the CGI version with Apache.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-discard-path">
|
||||
<term>
|
||||
<parameter>--enable-discard-path</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<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 .htaccess security.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-fastcgi">
|
||||
<term>
|
||||
<parameter>--with-fastcgi=SRCDIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as FastCGI application.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-debug">
|
||||
<term>
|
||||
<parameter>--enable-debug</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compile with debugging symbols.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-layout">
|
||||
<term>
|
||||
<parameter>--with-layout=TYPE</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets how installed files will be laid out. Type is one of PHP (default) or GNU.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pear">
|
||||
<term>
|
||||
<parameter>--with-pear=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Install PEAR in DIR (default PREFIX/lib/php).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.without-pear">
|
||||
<term>
|
||||
<parameter>--without-pear</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not install PEAR.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-openssl">
|
||||
<term>
|
||||
<parameter>--with-openssl[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include OpenSSL support (requires OpenSSL >= 0.9.5).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-sigchild">
|
||||
<term>
|
||||
<parameter>--enable-sigchild</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable PHP's own SIGCHLD handler.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-rpath">
|
||||
<term>
|
||||
<parameter>--disable-rpath</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable passing additional runtime library search paths.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-libgcc">
|
||||
<term>
|
||||
<parameter>--enable-libgcc</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable explicitly linking against libgcc.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-dmalloc">
|
||||
<term>
|
||||
<parameter>--enable-dmalloc</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable dmalloc.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-php-streams">
|
||||
<term>
|
||||
<parameter>--enable-php-streams</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include experimental php streams. Do not use unless you are testing the code!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-zlib-dir">
|
||||
<term>
|
||||
<parameter>--with-zlib-dir=<DIR></parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Define the location of zlib install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-zlib">
|
||||
<term>
|
||||
<parameter>--with-zlib[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include zlib support (requires zlib >= 1.0.9). DIR is the zlib install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-aspell">
|
||||
<term>
|
||||
<parameter>--with-aspell[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ASPELL support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-bcmath">
|
||||
<term>
|
||||
<parameter>--enable-bcmath</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable bc style precision math functions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-bz2">
|
||||
<term>
|
||||
<parameter>--with-bz2[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include BZip2 support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-calendar">
|
||||
<term>
|
||||
<parameter>--enable-calendar</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable support for calendar conversion.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ccvs">
|
||||
<term>
|
||||
<parameter>--with-ccvs[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include CCVS support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-crack">
|
||||
<term>
|
||||
<parameter>--with-crack[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include crack support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-ctype">
|
||||
<term>
|
||||
<parameter>--enable-ctype</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable ctype support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-curl">
|
||||
<term>
|
||||
<parameter>--with-curl[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include CURL support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-cybercash">
|
||||
<term>
|
||||
<parameter>--with-cybercash[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include CyberCash support. DIR is the CyberCash MCK install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-cybermut">
|
||||
<term>
|
||||
<parameter>--with-cybermut[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include CyberMut (french Credit Mutuel telepaiement).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-cyrus">
|
||||
<term>
|
||||
<parameter>--with-cyrus</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include cyrus imap support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-exif">
|
||||
<term>
|
||||
<parameter>--enable-exif</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable exif support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-fdftk">
|
||||
<term>
|
||||
<parameter>--with-fdftk[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include fdftk support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-ftp">
|
||||
<term>
|
||||
<parameter>--enable-ftp</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable FTP support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-gettext">
|
||||
<term>
|
||||
<parameter>--with-gettext[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include GNU gettext support. DIR is the gettext install directory,
|
||||
defaults to /usr/local.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-gmp">
|
||||
<term>
|
||||
<parameter>--with-gmp</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include gmp support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-hyperwave">
|
||||
<term>
|
||||
<parameter>--with-hyperwave</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Hyperwave support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-icap">
|
||||
<term>
|
||||
<parameter>--with-icap[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ICAP support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-iconv">
|
||||
<term>
|
||||
<parameter>--with-iconv[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include iconv support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-imap">
|
||||
<term>
|
||||
<parameter>--with-imap[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include IMAP support. DIR is the c-client install prefix.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-kerberos">
|
||||
<term>
|
||||
<parameter>--with-kerberos[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
IMAP: Include Kerberos support. DIR is the Kerberos install dir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-imap-ssl">
|
||||
<term>
|
||||
<parameter>--with-imap-ssl[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
IMAP: Include SSL support. DIR is the OpenSSL install dir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ircg-config">
|
||||
<term>
|
||||
<parameter>--with-ircg-config</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Path to the ircg-config script.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ircg">
|
||||
<term>
|
||||
<parameter>--with-ircg</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ircg support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-java">
|
||||
<term>
|
||||
<parameter>--with-java[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Java support. DIR is the base install directory for the JDK.
|
||||
This extension can only be built as a shared dl.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ldap">
|
||||
<term>
|
||||
<parameter>--with-ldap[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include LDAP support. DIR is the LDAP base install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-mailparse">
|
||||
<term>
|
||||
<parameter>--enable-mailparse</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable mailparse support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-mbstring">
|
||||
<term>
|
||||
<parameter>--enable-mbstring</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable multibyte string support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-mbstr-enc-trans">
|
||||
<term>
|
||||
<parameter>--enable-mbstr-enc-trans</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable japanese encoding translation.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mcal">
|
||||
<term>
|
||||
<parameter>--with-mcal[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include MCAL support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mcrypt">
|
||||
<term>
|
||||
<parameter>--with-mcrypt[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include mcrypt support. DIR is the mcrypt install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mhash">
|
||||
<term>
|
||||
<parameter>--with-mhash[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include mhash support. DIR is the mhash install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mnogosearch">
|
||||
<term>
|
||||
<parameter>--with-mnogosearch[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include mnoGoSearch support. DIR is the mnoGoSearch base install directory,
|
||||
defaults to /usr/local/mnogosearch.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-muscat">
|
||||
<term>
|
||||
<parameter>--with-muscat[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include muscat support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ncurses">
|
||||
<term>
|
||||
<parameter>--with-ncurses</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ncurses support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-pcntl">
|
||||
<term>
|
||||
<parameter>--enable-pcntl</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable experimental pcntl support (CGI ONLY!)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.without-pcre-regex">
|
||||
<term>
|
||||
<parameter>--without-pcre-regex</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not include Perl Compatible Regular Expressions support.
|
||||
Use --with-pcre-regex=DIR to specify DIR where PCRE's
|
||||
include and library files are located, if not using bundled library.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pfpro">
|
||||
<term>
|
||||
<parameter>--with-pfpro[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Verisign Payflow Pro support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-posix">
|
||||
<term>
|
||||
<parameter>--disable-posix</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable POSIX-like functions.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pspell">
|
||||
<term>
|
||||
<parameter>--with-pspell[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include PSPELL support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-qtdom">
|
||||
<term>
|
||||
<parameter>--with-qtdom</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include QtDOM support (requires Qt >= 2.2.0).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-libedit">
|
||||
<term>
|
||||
<parameter>--with-libedit[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include libedit readline replacement.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-readline">
|
||||
<term>
|
||||
<parameter>--with-readline[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include readline support. DIR is the readline install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-recode">
|
||||
<term>
|
||||
<parameter>--with-recode[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include recode support. DIR is the recode install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-satellite">
|
||||
<term>
|
||||
<parameter>--with-satellite[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable CORBA support via Satellite (EXPERIMENTIAL) DIR is the base
|
||||
directory for ORBit.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mm">
|
||||
<term>
|
||||
<parameter>--with-mm[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include mm support for session storage.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-trans-sid">
|
||||
<term>
|
||||
<parameter>--enable-trans-sid</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable transparent session id propagation.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-session">
|
||||
<term>
|
||||
<parameter>--disable-session</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable session support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-shmop">
|
||||
<term>
|
||||
<parameter>--enable-shmop</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable shmop support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-snmp">
|
||||
<term>
|
||||
<parameter>--with-snmp[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include SNMP support. DIR is the SNMP base install directory, defaults to
|
||||
searching through a number of common locations for the snmp install. Set DIR
|
||||
to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-ucd-snmp-hack">
|
||||
<term>
|
||||
<parameter>--enable-ucd-snmp-hack</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable UCD SNMP hack.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-sockets">
|
||||
<term>
|
||||
<parameter>--enable-sockets</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable sockets support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-regex">
|
||||
<term>
|
||||
<parameter>--with-regex=TYPE</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
regex library type: system, apache, php.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-system-regex">
|
||||
<term>
|
||||
<parameter>--with-system-regex</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use system regex library (deprecated).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-sysvsem">
|
||||
<term>
|
||||
<parameter>--enable-sysvsem</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable System V semaphore support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-sysvshm">
|
||||
<term>
|
||||
<parameter>--enable-sysvshm</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable the System V shared memory support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-vpopmail">
|
||||
<term>
|
||||
<parameter>--with-vpopmail[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include vpopmail support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-tsrm-pthreads">
|
||||
<term>
|
||||
<parameter>--with-tsrm-pthreads</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use POSIX threads (default).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-shared">
|
||||
<term>
|
||||
<parameter>--enable-shared[=PKGS]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build shared libraries [default=yes].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-static">
|
||||
<term>
|
||||
<parameter>--enable-static[=PKGS]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build static libraries [default=yes].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-fast-install">
|
||||
<term>
|
||||
<parameter>--enable-fast-install[=PKGS]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optimize for fast installation [default=yes].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-gnu-ld">
|
||||
<term>
|
||||
<parameter>--with-gnu-ld</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Assume the C compiler uses GNU ld [default=no].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-libtool-lock">
|
||||
<term>
|
||||
<parameter>--disable-libtool-lock</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Avoid locking (might break parallel builds).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pic">
|
||||
<term>
|
||||
<parameter>--with-pic</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Try to use only PIC/non-PIC objects [default=use both].
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-yaz">
|
||||
<term>
|
||||
<parameter>--with-yaz[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include YAZ support (ANSI/NISO Z39.50).
|
||||
DIR is the YAZ bin install directory.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-memory-limit">
|
||||
<term>
|
||||
<parameter>--enable-memory-limit</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compile with memory limit support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-url-fopen-wrapper">
|
||||
<term>
|
||||
<parameter>--disable-url-fopen-wrapper</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable the URL-aware fopen wrapper that allows
|
||||
accessing files via http or ftp.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-versioning.php4">
|
||||
<term>
|
||||
<parameter>--enable-versioning</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Export only required symbols.
|
||||
See INSTALL for more information.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-bcmath">
|
||||
<term>
|
||||
<parameter>--disable-bcmath</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compile without bc style precision math functions. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ismp">
|
||||
<term>
|
||||
<parameter>--with-imsp[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include IMSp support (DIR is IMSP's include dir and libimsp.a dir).
|
||||
PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-ftp">
|
||||
<term>
|
||||
<parameter>--with-ftp</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include FTP support. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mck">
|
||||
<term>
|
||||
<parameter>--with-mck[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include Cybercash MCK support. DIR is the cybercash
|
||||
mck build directory, defaults to
|
||||
/usr/src/mck-3.2.0.3-linux for help look in
|
||||
extra/cyberlib. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-overload">
|
||||
<term>
|
||||
<parameter>--disable-overload</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable user-space object overloading support. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-yp">
|
||||
<term>
|
||||
<parameter>--enable-yp</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include YP support. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-zip">
|
||||
<term>
|
||||
<parameter>--with-zip</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include ZIP support (requires zziplib >= 0.10.6).
|
||||
PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mod-dav">
|
||||
<term>
|
||||
<parameter>--with-mod-dav=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include DAV support through Apache's mod_dav,
|
||||
DIR is mod_dav's installation directory (Apache
|
||||
module version only!) PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-debugger">
|
||||
<term>
|
||||
<parameter>--enable-debugger</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compile with remote debugging functions. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-versioning.php3">
|
||||
<term>
|
||||
<parameter>--enable-versioning</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Take advantage of versioning and scoping
|
||||
provided by Solaris 2.x and Linux. PHP 3 only!
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
89
chapters/install.configure.php.xml
Normal file
89
chapters/install.configure.php.xml
Normal file
|
@ -0,0 +1,89 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.php">
|
||||
<title>PHP options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.enable-maintainer-mode">
|
||||
<term>
|
||||
<parameter>--enable-maintainer-mode</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable make rules and dependencies not useful (and sometimes confusing)
|
||||
to the casual installer.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-config-file-path">
|
||||
<term>
|
||||
<parameter>--with-config-file-path=PATH</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Sets the path in which to look for php.ini, defaults to PREFIX/lib.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-safe-mode">
|
||||
<term>
|
||||
<parameter>--enable-safe-mode</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable safe mode by default.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-exec-dir">
|
||||
<term>
|
||||
<parameter>--with-exec-dir[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Only allow executables in DIR when in safe mode defaults to /usr/local/php/bin.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-magic-quotes">
|
||||
<term>
|
||||
<parameter>--enable-magic-quotes</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable magic quotes by default.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-short-tags">
|
||||
<term>
|
||||
<parameter>--disable-short-tags</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable the short-form <? start tag by default.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
183
chapters/install.configure.servers.xml
Normal file
183
chapters/install.configure.servers.xml
Normal file
|
@ -0,0 +1,183 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.servers">
|
||||
<title>Server options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.with-aolserver">
|
||||
<term>
|
||||
<parameter>--with-aolserver=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify path to the installed AOLserver.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-apxs">
|
||||
<term>
|
||||
<parameter>--with-apxs[=FILE]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build shared Apache module. FILE is the optional pathname to the Apache
|
||||
apxs tool; defaults to apxs.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-apache">
|
||||
<term>
|
||||
<parameter>--with-apache[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build Apache module. DIR is the top-level Apache build directory, defaults
|
||||
to /usr/local/apache.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mod_charset">
|
||||
<term>
|
||||
<parameter>--with-mod_charset</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable transfer tables for mod_charset (Rus Apache).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-apxs2">
|
||||
<term>
|
||||
<parameter>--with-apxs2[=FILE]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build shared Apache 2.0 module. FILE is the optional pathname to the Apache
|
||||
apxs tool; defaults to apxs.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-fhttpd">
|
||||
<term>
|
||||
<parameter>--with-fhttpd[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build fhttpd module. DIR is the fhttpd sources directory, defaults to /usr/local/src/fhttpd.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-isapi">
|
||||
<term>
|
||||
<parameter>--with-isapi=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as an ISAPI module for use with Zeus.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-nsapi">
|
||||
<term>
|
||||
<parameter>--with-nsapi=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify path to the installed Netscape Server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-phttpd">
|
||||
<term>
|
||||
<parameter>--with-phttpd=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
No information yet.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-pi3web">
|
||||
<term>
|
||||
<parameter>--with-pi3web=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as a module for use with Pi3Web.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-roxen">
|
||||
<term>
|
||||
<parameter>--with-roxen=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as a Pike module. DIR is the base Roxen directory, normally
|
||||
/usr/local/roxen/server.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-roxen-zts">
|
||||
<term>
|
||||
<parameter>--enable-roxen-zts</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build the Roxen module using Zend Thread Safety.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-servlet">
|
||||
<term>
|
||||
<parameter>--with-servlet[=DIR]</parameter>
|
||||
</term>
|
||||
<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.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-thttpd">
|
||||
<term>
|
||||
<parameter>--with-thttpd=SRCDIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as thttpd module.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-tux">
|
||||
<term>
|
||||
<parameter>--with-tux=MODULEDIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Build PHP as a TUX module (Linux only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
File diff suppressed because it is too large
Load diff
79
chapters/install.configure.xml.xml
Normal file
79
chapters/install.configure.xml.xml
Normal file
|
@ -0,0 +1,79 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<sect3 id="install.configure.options.xml">
|
||||
<title>XML options</title>
|
||||
<variablelist>
|
||||
<varlistentry id="install.configure.with-dom">
|
||||
<term>
|
||||
<parameter>--with-dom[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include DOM support (requires libxml >= 2.4.2). DIR is the libxml install
|
||||
directory, defaults to /usr.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.disable-xml">
|
||||
<term>
|
||||
<parameter>--disable-xml</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Disable XML support using bundled expat lib.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-expat-dir">
|
||||
<term>
|
||||
<parameter>--with-expat-dir=DIR</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
XML: external libexpat install dir.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-xmlrpc">
|
||||
<term>
|
||||
<parameter>--with-xmlrpc[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include XMLRPC-EPI support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.enable-wddx">
|
||||
<term>
|
||||
<parameter>--enable-wddx</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Enable WDDX support.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue