From 023b39c4cea4b7896b60baf6b2f672de6b9f80e9 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 15 Aug 2000 21:25:49 +0000 Subject: [PATCH] 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 --- chapters/install.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index 6a1bd44f44..9558a83188 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -200,7 +200,7 @@ - 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 /usr/local/adabasd. @@ -231,6 +231,21 @@ + + IBM DB2 + + + + + Enables IBM DB2 support. The parameter to this option is the + DB2 base install directory and defaults to /home/db2inst1/sqllib. + + + IBM DB2 home page + + + mSQL @@ -449,15 +464,16 @@ 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: --with-iodbc, --with-solid, --with-ibm-db2, --with-adabas, --with-velocis, or --with-custom-odbc.