mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-17 01:18:55 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75640 c90b9560-bf6c-de11-be94-00142212c4b1
452 lines
12 KiB
XML
452 lines
12 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<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-birdstep">
|
|
<term>
|
|
<parameter>--with-birdstep[=DIR]</parameter>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Include Birdstep support. DIR is the Birdstep base install directory,
|
|
defaults to /usr/local/birdstep.
|
|
</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
|
|
-->
|