From 1c37e22f7dd18cb912d66907a719f5d787f7ce1a Mon Sep 17 00:00:00 2001
From: Christoph Michael Becker <cmb@php.net>
Date: Fri, 25 Sep 2020 12:01:42 +0000
Subject: [PATCH] Document odbc_binmode() and odbc_longreadlen() defaults

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350635 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/uodbc/functions/odbc-binmode.xml     | 2 ++
 reference/uodbc/functions/odbc-longreadlen.xml | 2 ++
 reference/uodbc/ini.xml                        | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/reference/uodbc/functions/odbc-binmode.xml b/reference/uodbc/functions/odbc-binmode.xml
index 1cc2e42b33..9f554688f2 100644
--- a/reference/uodbc/functions/odbc-binmode.xml
+++ b/reference/uodbc/functions/odbc-binmode.xml
@@ -16,6 +16,8 @@
    Enables handling of binary column data. ODBC SQL types affected are
    <literal>BINARY</literal>, <literal>VARBINARY</literal>, and
    <literal>LONGVARBINARY</literal>.
+   The default mode can be set using the
+   <link linkend="ini.uodbc.defaultbinmode">uodbc.defaultbinmode</link> &php.ini; directive.
   </para>
   <para>
    When binary SQL data is converted to character C data, each byte
diff --git a/reference/uodbc/functions/odbc-longreadlen.xml b/reference/uodbc/functions/odbc-longreadlen.xml
index 1a4142bf2c..4e9ac92b5c 100644
--- a/reference/uodbc/functions/odbc-longreadlen.xml
+++ b/reference/uodbc/functions/odbc-longreadlen.xml
@@ -14,6 +14,8 @@
   </methodsynopsis>
   <para>
    Enables handling of LONG and LONGVARBINARY columns.
+   The default length can be set using the
+   <link linkend="ini.uodbc.defaultlrl">uodbc.defaultlrl</link> &php.ini; directive.
   </para>
  </refsect1>
  <refsect1 role="parameters">
diff --git a/reference/uodbc/ini.xml b/reference/uodbc/ini.xml
index 2f9670f989..aab6631c1e 100644
--- a/reference/uodbc/ini.xml
+++ b/reference/uodbc/ini.xml
@@ -190,6 +190,7 @@
     <para>
      Handling of LONG fields. Specifies the number of bytes returned to
      variables.
+     See <function>odbc_longreadlen</function> for details.
     </para>
 
     &ini.shorthandbytes;
@@ -205,6 +206,7 @@
    <listitem>
     <para>
      Handling of binary data.
+     See <function>odbc_binmode</function> for details.
     </para>
    </listitem>
   </varlistentry>