dbs             Wed Apr 12 18:19:42 2006 UTC

  Modified files:              
    /phpdoc/en/reference/pdo_odbc       configure.xml 
  Log:
  Configure option is --with-pdo-odbc, not --enable-pdo_odbc (per user note)
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo_odbc/configure.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/pdo_odbc/configure.xml
diff -u phpdoc/en/reference/pdo_odbc/configure.xml:1.2 
phpdoc/en/reference/pdo_odbc/configure.xml:1.3
--- phpdoc/en/reference/pdo_odbc/configure.xml:1.2      Tue Sep 27 15:24:41 2005
+++ phpdoc/en/reference/pdo_odbc/configure.xml  Wed Apr 12 18:19:41 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="ref.pdo-odbc.installation">
  &reftitle.install;
  <procedure id="ref.pdo-odbc.install.unix">
@@ -15,7 +15,7 @@
       <listitem>
        <para>
         <screen><![CDATA[
-./configure --enable-pdo_odbc=ibm-db2,/opt/IBM/db2/V8.1/
+./configure --with-pdo-odbc=ibm-db2,/opt/IBM/db2/V8.1/
 ]]></screen>
         To build PDO_ODBC with the ibm-db2 flavour, you have to have
         previously installed the DB2 application development headers on the
@@ -37,7 +37,7 @@
       <listitem>
        <para>
         <screen><![CDATA[
-./configure --enable-pdo_odbc=unixODBC,/usr/local
+./configure --with-pdo-odbc=unixODBC,/usr/local
 ]]></screen>
         If you do not supply a location for the unixODBC libraries and
         headers to the <command>configure</command> command, PDO_ODBC
@@ -49,7 +49,7 @@
       <term>generic</term>
       <listitem>
        <screen><![CDATA[
-./configure --enable-pdo_odbc=generic,/usr/local,libname,ldflags,cflags
+./configure --with-pdo-odbc=generic,/usr/local,libname,ldflags,cflags
 ]]></screen>
       </listitem>
      </varlistentry>

Reply via email to