mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
moved parts removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126768 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d444112abe
commit
b43071f0b8
1 changed files with 1 additions and 166 deletions
|
@ -1,174 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<sect3 id="install.configure.options.databases">
|
||||
<title>Database options</title>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry id="install.configure.with-dbplus">
|
||||
<term>
|
||||
<parameter>--with-dbplus</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Include dbplus support.
|
||||
</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.disable-unified-odbc">
|
||||
<term>
|
||||
<parameter>--disable-unified-odbc</parameter>
|
||||
|
|
Loading…
Reference in a new issue