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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 14:01:30 2024 UTC