php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39030 table with colname (colspec problem)
Submitted: 2006-10-04 00:20 UTC Modified: 2007-08-24 14:15 UTC
From: jsgoupil@php.net Assigned:
Status: Wont fix Package: Livedocs 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:

 

 [2006-10-04 00:20 UTC] jsgoupil@php.net
Description:
------------
In en/reference/ibm_db2/functions/db2-set-option.xml

There are named columns
like that

          <colspec colnum="1" colname="col1" align="center" />
          <colspec colnum="2" colname="col2" align="center" />
          <colspec colnum="3" colname="col3" align="center" />
          <colspec colnum="4" colname="col4" align="center" />
          <colspec colnum="5" colname="col5" align="center" />

and after 

            <row>
              <entry colname="col3">Connection</entry>
              <entry colname="col4">Statement</entry>
              <entry colname="col5">Result Set</entry>
            </row>


is supposed to display the "value" into the col3, 4, and 5...

Livedocs displays the cell above in col1, 2, 3


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-05 22:51 UTC] bjori@php.net
This is fixed in PhD...
 [2007-08-24 14:15 UTC] philip@php.net
Livedocs is no longer in development, the current build system is
titled PhD.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC