diff --git a/reference/uodbc/book.xml b/reference/uodbc/book.xml
index 763bb3d19a13..22939998c79e 100644
--- a/reference/uodbc/book.xml
+++ b/reference/uodbc/book.xml
@@ -9,24 +9,24 @@
&reftitle.intro;
-
+
In addition to normal ODBC support, the Unified ODBC functions in
PHP allow you to access several databases that have borrowed the
semantics of the ODBC API to implement their own API. Instead of
maintaining multiple database drivers that were all nearly
identical, these drivers have been unified into a single set of
ODBC functions.
-
-
+
+
The following databases are supported by the Unified ODBC
functions: Adabas D,
IBM DB2,
iODBC,
Solid, and
Sybase SQL Anywhere.
-
+
-
+
With the exception of iODBC, there is no ODBC involved when
connecting to the above databases. The functions that you
use to speak natively to them just happen to share the same
@@ -36,15 +36,17 @@
is available at www.iodbc.org
with the alternative unixODBC available at
www.unixodbc.org.
-
+
-
+
&reference.uodbc.setup;
&reference.uodbc.constants;
&reference.uodbc.reference;
+ &reference.uodbc.odbc.connection;
+ &reference.uodbc.odbc.result;
+
+ &reftitle.intro;
+
+ A fully opaque class which replaces an odbc_connection &resource; as of PHP 8.4.0.
+
+
+
+
+
+ &reftitle.classsynopsis;
+
+
+
+ Odbc
+
+
+
+ Connection
+
+
+
+
+
+
+
+
+
+
+
diff --git a/reference/uodbc/odbc.result.xml b/reference/uodbc/odbc.result.xml
new file mode 100644
index 000000000000..6aabfd49e362
--- /dev/null
+++ b/reference/uodbc/odbc.result.xml
@@ -0,0 +1,56 @@
+
+
+ The Odbc\Result class
+ Odbc\Result
+
+
+
+
+
+ &reftitle.intro;
+
+ A fully opaque class which replaces an odbc_result &resource; as of PHP 8.4.0.
+
+
+
+
+
+ &reftitle.classsynopsis;
+
+
+
+ Odbc
+
+
+
+ Result
+
+
+
+
+
+
+
+
+
+
+
diff --git a/reference/uodbc/versions.xml b/reference/uodbc/versions.xml
index 1267dd0a9bf4..d126e36218ee 100644
--- a/reference/uodbc/versions.xml
+++ b/reference/uodbc/versions.xml
@@ -4,6 +4,11 @@
Do NOT translate this file
-->
+
+
+
+
+