php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #34660 Error in version number of IBM_DB2
Submitted: 2005-09-27 17:36 UTC Modified: 2005-09-27 19:43 UTC
From: jsgoupil@php.net Assigned: dbs (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jsgoupil@php.net
New email:
PHP Version: OS:

 

 [2005-09-27 17:36 UTC] jsgoupil@php.net
Description:
------------
/en/reference/ibm_db2/functions/db2-client-info.xml

<entry>The version of the client, in the form of a string "MM.mm.rrrr" 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.
       </entry>

rrrr or uuuu

AND

       <entry>The version of ODBC that the ODBC driver manager supports. This
        returns a string "MM.mm" 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".

rrrr or uuuu or no revision :) ?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-27 17:49 UTC] jsgoupil@php.net
in db2-server-info.xml

The following table lists the DB2 client properties:

I think it is server properties
 [2005-09-27 17:52 UTC] jsgoupil@php.net
server:

the database server is runnin

(g missing)


(PS. I post all these bugs here just to make one commit)
 [2005-09-27 18:12 UTC] dbs@php.net
Thanks for the quick feedback! Will fix in the next 24 hours.
 [2005-09-27 18:15 UTC] jsgoupil@php.net
server:

Cursor staability

AND

       <entry>MAX_INDEX_SIZE</entry>
       <entry>Maximum size of columns combined in an index supported by the
       database server, expressed in bytes.</entry>
       <entry></entry>
(text shifted + add int)

 [2005-09-27 18:27 UTC] sean@php.net
(fix non-atomic bug editing)
 [2005-09-27 19:22 UTC] dbs@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Thanks Jean-Sebastian!
 [2005-09-27 19:37 UTC] jsgoupil@php.net
you forgot some :)
client :
<entry>ODBC_VER</entry>
(you mentionned rrrr but not in the string)

server:
<entry>DBMS_VER</entry>
(rrrr or uuuu)
+
runnin -> running

You're welcome :)
 [2005-09-27 19:43 UTC] dbs@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Really fixed now. :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 15:01:33 2025 UTC