+
+
+ Entries marked with * are not implemented yet.
+
+
+ For further details and definition of the PHP_INI_* constants see
+ ini_set.
+
+
+ Here is a short explanation of the configuration directives.
+
+
+
+ odbc.default_db
+ string
+
+
+
+ ODBC data source to use if none is specified in
+ odbc_connect or
+ odbc_pconnect.
+
+
+
+
+
+
+ odbc.default_user
+ string
+
+
+
+ User name to use if none is specified in
+ odbc_connect or
+ odbc_pconnect.
+
+
+
+
+
+
+ odbc.default_pw
+ string
+
+
+
+ Password to use if none is specified in
+ odbc_connect or
+ odbc_pconnect.
+
+
+
+
+
+
+ odbc.allow_persistent
+ boolean
+
+
+
+ Whether to allow persistent ODBC connections.
+
+
+
+
+
+
+ odbc.check_persistent
+ boolean
+
+
+
+ Check that a connection is still valid before reuse.
+
+
+
+
+
+
+ odbc.max_persistent
+ integer
+
+
+
+ The maximum number of persistent ODBC connections per process.
+
+
+
+
+
+
+ odbc.max_links
+ integer
+
+
+
+ The maximum number of ODBC connections per process, including
+ persistent connections.
+
+
+
+
+
+ odbc.defaultlrl
+ integer
+
+
+
+ Handling of LONG fields. Specifies the number of bytes returned to
+ variables.
+
+
+
+
+
+
+ odbc.defaultbinmode
+ integer
+
+
+
+ Handling of binary data.
+
+
+
+
+
+
+
+
+
+
diff --git a/reference/uodbc/reference.xml b/reference/uodbc/reference.xml
index f2af019384..6bbd83e07a 100644
--- a/reference/uodbc/reference.xml
+++ b/reference/uodbc/reference.xml
@@ -1,5 +1,5 @@
-
+
Unified ODBC functionsODBC
@@ -55,201 +55,7 @@
-
- &reftitle.runtime;
-
- The behaviour of the ODBC functions is affected by settings in the
- global configuration file &php.ini;.
-
-
-
- Entries marked with * are not implemented yet.
-
-
- For further details and definition of the PHP_INI_* constants see
- ini_set.
-
-
- Here is a short explanation of the configuration directives.
-
-
-
-
- odbc.default_db
- string
-
-
-
- ODBC data source to use if none is specified in
- odbc_connect or
- odbc_pconnect.
-
-
-
-
-
-
- odbc.default_user
- string
-
-
-
- User name to use if none is specified in
- odbc_connect or
- odbc_pconnect.
-
-
-
-
-
-
- odbc.default_pw
- string
-
-
-
- Password to use if none is specified in
- odbc_connect or
- odbc_pconnect.
-
-
-
-
-
-
- odbc.allow_persistent
- boolean
-
-
-
- Whether to allow persistent ODBC connections.
-
-
-
-
-
-
- odbc.check_persistent
- boolean
-
-
-
- Check that a connection is still valid before reuse.
-
-
-
-
-
-
- odbc.max_persistent
- integer
-
-
-
- The maximum number of persistent ODBC connections per process.
-
-
-
-
-
-
- odbc.max_links
- integer
-
-
-
- The maximum number of ODBC connections per process, including
- persistent connections.
-
-
-
-
-
-
- odbc.defaultlrl
- integer
-
-
-
- Handling of LONG fields. Specifies the number of bytes returned to
- variables.
-
-
-
-
-
-
- odbc.defaultbinmode
- integer
-
-
-
- Handling of binary data.
-
-
-
-
-
-
-
+ &reference.uodbc.ini;
&reftitle.resources;