dbs             Tue Sep 27 13:22:16 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ibm_db2/functions      db2-client-info.xml 
                                                db2-server-info.xml 
  Log:
  Correct db2*info.xml function mistakes documented in bug 34660.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml?r1=1.3&r2=1.4&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.3 
phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml:1.3       Sun Sep 
25 16:24:55 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-client-info.xml   Tue Sep 27 
13:22:16 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-client-info">
  <refnamediv>
@@ -62,7 +62,7 @@
       <row>
        <entry>DRIVER_VER</entry>
        <entry>string</entry>
-       <entry>The version of the client, in the form of a string "MM.mm.rrrr" 
where
+       <entry>The version of the client, in the form of a string "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"
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml?r1=1.3&r2=1.4&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.3 
phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml:1.3       Sun Sep 
25 16:24:55 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-server-info.xml   Tue Sep 27 
13:22:16 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-server-info">
  <refnamediv>
@@ -16,9 +16,9 @@
   <para>
    This function returns an object with read-only properties that return
    information about the IBM DB2, Cloudscape, or Apache Derby database server.
-   The following table lists the DB2 client properties:
+   The following table lists the database server properties:
    <table>
-    <title>DB2 server properties</title>
+    <title>Database server properties</title>
     <tgroup cols="3">
      <thead>
       <row>
@@ -75,7 +75,7 @@
           <term>CS</term>
           <listitem>
            <para>
-            Cursor staability: a row read by one transaction can be altered and
+            Cursor stability: a row read by one transaction can be altered and
             committed by a second concurrent transaction.
            </para>
           </listitem>
@@ -156,9 +156,9 @@
       </row>
       <row>
        <entry>MAX_INDEX_SIZE</entry>
+       <entry>int</entry>
        <entry>Maximum size of columns combined in an index supported by the
-       database server, expressed in bytes.</entry>
-       <entry></entry>
+        database server, expressed in bytes.</entry>
       </row>
       <row>
        <entry>MAX_PROC_NAME_LEN</entry>

Reply via email to