diff --git a/language-snippets.ent b/language-snippets.ent
index fcf2afe88160..a45302b1f6d4 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1820,9 +1820,15 @@ that is typically created using fopen.'>
Throws a HaruException on error.'>
-The ODBC connection identifier,
+The ODBC connection object,
see odbc_connect for details.'>
+
+
+
+
+
+
@@ -1833,6 +1839,39 @@ and _ to match a single
+
+ 8.4.0
+
+ odbc expects an Odbc\Connection
+ instance now; previously, a resource was expected.
+
+'>
+
+
+ 8.4.0
+
+ This function returns a Odbc\Connection instance now;
+ previously, a resource was returned.
+
+ '>
+
+
+ 8.4.0
+
+ statement expects an Odbc\Result
+ instance now; previously, a resource was expected.
+
+'>
+
+
+ 8.4.0
+
+ This function returns an Odbc\Result
+ instance now; previously, a resource was returned.
+
+'>
+
E_ERROR level
error if the callback function cannot be called, or was not specified.'>
diff --git a/reference/uodbc/functions/odbc-autocommit.xml b/reference/uodbc/functions/odbc-autocommit.xml
index 32728ed89025..71cf41edf6df 100644
--- a/reference/uodbc/functions/odbc-autocommit.xml
+++ b/reference/uodbc/functions/odbc-autocommit.xml
@@ -9,7 +9,7 @@
&reftitle.description;
intboolodbc_autocommit
- resourceodbc
+ Odbc\Connectionodbc
boolnullenable&null;
@@ -69,6 +69,7 @@
+ &odbc.changelog.connection-param;
8.3.0
diff --git a/reference/uodbc/functions/odbc-binmode.xml b/reference/uodbc/functions/odbc-binmode.xml
index 6396d1fa1a5c..78e1672eb0f8 100644
--- a/reference/uodbc/functions/odbc-binmode.xml
+++ b/reference/uodbc/functions/odbc-binmode.xml
@@ -9,7 +9,7 @@
&reftitle.description;
trueodbc_binmode
- resourcestatement
+ Odbc\Resultstatement
intmode
@@ -92,11 +92,7 @@
statement
- The result identifier.
-
-
- If statement is 0, the
- settings apply as default for new results.
+ &odbc.result.object;.
@@ -140,6 +136,23 @@
&return.true.always;
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &odbc.changelog.result-param;
+
+
+
+