Correct db2*info.xml function mistakes documented in bug 34660.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197074 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-09-27 17:22:16 +00:00
parent 0f97b3ff46
commit b4c932f1c0
2 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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>