From ee05536337fd408d13ce0f463b374bc17cf5ad18 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 27 Sep 2005 17:42:30 +0000 Subject: [PATCH] Fix the rest of bug# 34660. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197086 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibm_db2/functions/db2-client-info.xml | 4 ++-- reference/ibm_db2/functions/db2-server-info.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/ibm_db2/functions/db2-client-info.xml b/reference/ibm_db2/functions/db2-client-info.xml index 5ae95cfab7..1be30b3527 100644 --- a/reference/ibm_db2/functions/db2-client-info.xml +++ b/reference/ibm_db2/functions/db2-client-info.xml @@ -1,5 +1,5 @@ - + @@ -105,7 +105,7 @@ ODBC_VER string The version of ODBC that the ODBC driver manager supports. This - returns a string "MM.mm" where MM is the major + returns a string "MM.mm.rrrr" where MM is the major version, mm is the minor version, and rrrr is the release. The DB2 client always returns "03.01.0000". diff --git a/reference/ibm_db2/functions/db2-server-info.xml b/reference/ibm_db2/functions/db2-server-info.xml index 9984df61fe..490bbe48c5 100644 --- a/reference/ibm_db2/functions/db2-server-info.xml +++ b/reference/ibm_db2/functions/db2-server-info.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ DBMS_VER string The version of the database server, in the form of a string - "MM.mm.rrrr" where MM is the major version, + "MM.mm.uuuu" where MM is the major version, mm is the minor version, and uuuu is the update. For example, "08.02.0001" represents major version 8, minor version 2, update 1.