mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added configure information for IBM DB2 database support (unified odbc driver)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30333 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2395b71a42
commit
023b39c4ce
1 changed files with 20 additions and 4 deletions
|
@ -200,7 +200,7 @@
|
|||
<option>--with-adabas<replaceable>=DIR</replaceable></option>
|
||||
</synopsis>
|
||||
<simpara>
|
||||
Compiles with Adabas D support. The parameter is the Adabas D
|
||||
Enables Adabas D support. The parameter is the Adabas D
|
||||
install directory and defaults to <filename
|
||||
class="directory">/usr/local/adabasd</filename>.
|
||||
</simpara>
|
||||
|
@ -231,6 +231,21 @@
|
|||
</simpara>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="with-ibm-db2">
|
||||
<title>IBM DB2</title>
|
||||
<synopsis>
|
||||
<option>--with-ibm-db2<replaceable>=DIR</replaceable></option>
|
||||
</synopsis>
|
||||
<simpara>
|
||||
Enables IBM DB2 support. The parameter to this option is the
|
||||
DB2 base install directory and defaults to <filename
|
||||
class="directory">/home/db2inst1/sqllib</filename>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
<ulink url="&url.ibmdb2;">IBM DB2 home page</ulink>
|
||||
</simpara>
|
||||
</sect3>
|
||||
|
||||
<sect3 id="with-msql">
|
||||
<title>mSQL</title>
|
||||
<synopsis>
|
||||
|
@ -449,15 +464,16 @@
|
|||
</synopsis>
|
||||
<simpara>
|
||||
Disables the Unified ODBC module, which is a common interface to
|
||||
all the databases with ODBC-based interfaces, such as Solid and
|
||||
Adabas D. It also works for normal ODBC libraries. Has been
|
||||
tested with iODBC, Solid, Adabas D and Sybase SQL
|
||||
all the databases with ODBC-based interfaces, such as Solid,
|
||||
IBM DB2 and Adabas D. It also works for normal ODBC libraries.
|
||||
Has been tested with iODBC, Solid, Adabas D, IBM DB2 and Sybase SQL
|
||||
Anywhere. Requires that one (and only one) of these modules or
|
||||
the Velocis module is enabled, or a custom ODBC library
|
||||
specified. This option is only applicable if one of the
|
||||
following options is used: <link
|
||||
linkend="with-iodbc">--with-iodbc</link>, <link
|
||||
linkend="with-solid">--with-solid</link>, <link
|
||||
linkend="with-ibm-db2">--with-ibm-db2</link>, <link
|
||||
linkend="with-adabas">--with-adabas</link>, <link
|
||||
linkend="with-velocis">--with-velocis</link>, or <link
|
||||
linkend="with-adabas">--with-custom-odbc</link>.
|
||||
|
|
Loading…
Reference in a new issue