[PHP-DOC] cvs: phpdoc /en/chapters install.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/15/00

danbeck Tue Aug 15 14:25:49 2000 EDT

  Modified files:
    /phpdoc/en/chapters install.xml
  Log:
  added configure information for IBM DB2 database support (unified odbc driver)
  
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.9 phpdoc/en/chapters/install.xml:1.10
--- phpdoc/en/chapters/install.xml:1.9 Mon Aug 7 09:04:29 2000
+++ phpdoc/en/chapters/install.xml Tue Aug 15 14:25:49 2000
@@ -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>.