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: [email protected] 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
 [2012-03-15 22:11 UTC] [email protected]
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] [email protected]
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2012-03-16 01:49 UTC] [email protected]
This only appears to affect 5.4 and trunk.
 [2012-03-16 02:07 UTC] [email protected]
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] [email protected]
Applied on PHP_5_4 and trunk. Thanks!
 [2012-03-16 02:07 UTC] [email protected]
-Summary: Bad formatting on php_info() +Summary: Bad formatting on phpinfo() -Status: Assigned +Status: Closed
 [2012-04-18 09:45 UTC] [email protected]
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] [email protected]
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] [email protected]
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-2025 The PHP Group
All rights reserved.
Last updated: Wed Dec 31 03:00:01 2025 UTC