dbs Tue Sep 27 13:42:30 2005 EDT
Modified files:
/phpdoc/en/reference/ibm_db2/functions db2-client-info.xml
db2-server-info.xml
Log:
Fix the rest of bug# 34660.
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml:1.4
phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml:1.4 Tue Sep
27 13:22:16 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml Tue Sep 27
13:42:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-client-info">
<refnamediv>
@@ -105,7 +105,7 @@
<entry>ODBC_VER</entry>
<entry>string</entry>
<entry>The version of ODBC that the ODBC driver manager supports. This
- returns a string "MM.mm" where <varname>MM</varname> is the major
+ returns a string "MM.mm.rrrr" where <varname>MM</varname> is the major
version, <varname>mm</varname> is the minor version, and
<varname>rrrr</varname> is the release. The DB2 client always returns
"03.01.0000".
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml:1.5
phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml:1.6
--- phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml:1.5 Tue Sep
27 13:39:36 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml Tue Sep 27
13:42:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-server-info">
<refnamediv>
@@ -40,7 +40,7 @@
<entry>DBMS_VER</entry>
<entry>string</entry>
<entry>The version of the database server, in the form of a string
- "MM.mm.rrrr" where <varname>MM</varname> is the major version,
+ "MM.mm.uuuu" where <varname>MM</varname> is the major version,
<varname>mm</varname> is the minor version,
and <varname>uuuu</varname> is the update. For example, "08.02.0001"
represents major version 8, minor version 2, update 1.