[PHP-DEV] Re: PHP 4.0 Bug #8047 Updated: phpinfo() : HTML markup produced is 'broken' From: BJack <email protected>
Date: 12/04/00

OK,

on the line immediately after "Internal Sendmail Support for Windows 4",
there should be a </table> tag right at the beginning of the next line.

9 lines later there's two lines:
     </table><br>
     </table><br>

the second </table> should be removed making the code
     </table><br>
     <br>

those I the changes I had to make to fix the problem with my config. If you
need more details, let me know.

- Bob

Bug Database <php-dev <email protected>> on 12/03/2000 01:48:15 PM

To: bjack <email protected>
cc:
Subject: PHP 4.0 Bug #8047 Updated: phpinfo() : HTML markup produced is
      'broken'

ID: 8047
Updated by: stas
Reported By: bjack <email protected>
Status: Feedback
Bug Type: Unknown/Other Function
Assigned To:
Comments:

phpinfo lines depend on your configuration, so nothing can
be known just from line numbers. Could you give the context
of the place where you think HTML code is wrong?

Previous Comments:
---------------------------------------------------------------------------

[2000-11-30 04:23:45] bjack <email protected>
embedding the command inside a table causes the overall table layout to
distort from the expected.

solution:
     line 113 add "</TABLE>" (at the beginning of this line)
     line 123 remove "</TABLE>" (from the beginning of this line)

Line numbers refer soley to the code produced by phpinfo().

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8047

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>