betz            Mon Apr  1 16:06:12 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  moving ini-settings for ODBC  to  function-ref.
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.45 phpdoc/en/chapters/config.xml:1.46
--- phpdoc/en/chapters/config.xml:1.45  Mon Apr  1 12:06:02 2002
+++ phpdoc/en/chapters/config.xml       Mon Apr  1 16:06:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -1437,129 +1437,6 @@
        <para>
         Name of browser capabilities file. See also
         <function>get_browser</function>.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-    </variablelist>
-   </sect2>
-
-   <sect2 id="ini.sect.uodbc">
-    <title>Unified ODBC Configuration Directives</title>
-    <variablelist>
-     
-     <varlistentry id="ini.uodbc.default-db">
-      <term>
-       <parameter>odbc.default_db</parameter>
-       <type>string</type>
-      </term>
-      <listitem>
-       <para>
-        ODBC data source to use if none is specified in
-        <function>odbc_connect</function> or
-        <function>odbc_pconnect</function>.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.default-user">
-      <term>
-       <parameter>odbc.default_user</parameter>
-       <type>string</type>
-      </term>
-      <listitem>
-       <para>
-        User name to use if none is specified in
-        <function>odbc_connect</function> or
-        <function>odbc_pconnect</function>.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.default-pw">
-      <term>
-       <parameter>odbc.default_pw</parameter>
-       <type>string</type>
-      </term>
-      <listitem>
-       <para>
-        Password to use if none is specified in
-        <function>odbc_connect</function> or
-        <function>odbc_pconnect</function>.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.allow-persistent">
-      <term>
-       <parameter>odbc.allow_persistent</parameter>
-       <type>boolean</type>
-      </term>
-      <listitem>
-       <para>
-        Whether to allow persistent ODBC connections.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.check-persistent">
-      <term>
-       <parameter>odbc.check_persistent</parameter>
-       <type>boolean</type>
-      </term>
-      <listitem>
-       <para>
-        Check that a connection is still valid before reuse.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.max-persistent">
-      <term>
-       <parameter>odbc.max_persistent</parameter>
-       <type>integer</type>
-      </term>
-      <listitem>
-       <para>
-        The maximum number of persistent ODBC connections per process.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.max-links">
-      <term>
-       <parameter>odbc.max_links</parameter>
-       <type>integer</type>
-      </term>
-      <listitem>
-       <para>
-        The maximum number of ODBC connections per process, including
-        persistent connections.
-       </para>
-      </listitem>
-     </varlistentry>
-
-     <varlistentry id="ini.uodbc.defaultlrl">
-      <term>
-       <parameter>odbc.defaultlrl</parameter>
-       <type>integer</type>
-      </term>
-      <listitem>
-       <para>
-        Handling of LONG fields. Specifies the number of bytes returned to 
-variables.
-       </para>
-      </listitem>
-     </varlistentry>
-     
-     <varlistentry id="ini.uodbc.defaultbinmode">
-      <term>
-       <parameter>odbc.defaultbinmode</parameter>
-       <type>integer</type>
-      </term>
-      <listitem>
-       <para>
-        Handling of binary data.
        </para>
       </listitem>
      </varlistentry>


Reply via email to