php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61409 Bad formatting on phpinfo()
Submitted: 2012-03-15 22:11 UTC Modified: 2012-03-16 02:07 UTC
From: vrana@php.net Assigned: aharvey (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 5.4SVN-2012-03-15 (SVN) OS: Irrelevant
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: vrana@php.net
New email:
PHP Version: OS:

 

 [2012-03-15 22:11 UTC] vrana@php.net
Description:
------------
The whole row of Registered PHP Streams (and two others) is formatted as value. It should be formatted same as other rows.

Test script:
---------------
<?php
php_info();


Expected result:
----------------
<tr><td class="e">Registered PHP Streams</td><td class="v">...</td></tr>
<tr><td class="e">Registered Stream Socket Transports</td><td class="v">...</td></tr>
<tr><td class="e">Registered Stream Filters</td><td class="v">...</td></tr>


Actual result:
--------------
<tr class="v"><td>Registered PHP Streams</td><td>...</td></tr>
<tr class="v"><td>Registered Stream Socket Transports</td><td>...</td></tr>
<tr class="v"><td>Registered Stream Filters</td><td>...</td></tr>


Patches

info_registered (last revision 2012-03-15 22:11 UTC by vrana)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-16 01:49 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2012-03-16 01:49 UTC] aharvey@php.net
This only appears to affect 5.4 and trunk.
 [2012-03-16 02:07 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=324289
Log: Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
 [2012-03-16 02:07 UTC] aharvey@php.net
Applied on PHP_5_4 and trunk. Thanks!
 [2012-03-16 02:07 UTC] aharvey@php.net
-Summary: Bad formatting on php_info() +Summary: Bad formatting on phpinfo() -Status: Assigned +Status: Closed
 [2012-04-18 09:45 UTC] laruence@php.net
Automatic comment on behalf of aharvey
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6655f79401239b5f708d02d3c0fe3349d7f36970
Log: Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
 [2012-07-24 23:36 UTC] rasmus@php.net
Automatic comment on behalf of aharvey
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6655f79401239b5f708d02d3c0fe3349d7f36970
Log: Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
 [2013-11-17 09:33 UTC] laruence@php.net
Automatic comment on behalf of aharvey
Revision: http://git.php.net/?p=php-src.git;a=commit;h=6655f79401239b5f708d02d3c0fe3349d7f36970
Log: Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 10:01:29 2024 UTC