php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Thank you for your help! If the status of the bug report you submitted changes, you will be notified. You may return here and check the status or update your report at any time.
The URL for your bug report is: https://bugs.php.net/bug.php?id=55483.
Bug #55483 extra > at the end of html tag in phpinfo
Submitted: 2011-08-23 05:15 UTC Modified: 2011-08-23 06:07 UTC
From: chadm at codeangel dot org Assigned: aharvey (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 5.4SVN-2011-08-23 (SVN) OS:
Private report: No CVE-ID: None
 [2011-08-23 05:15 UTC] chadm at codeangel dot org
Description:
------------
in ext/standard/info.c:

line 629	    PUTS("<html xmlns=\"http://www.w3.org/1999/xhtml\">>");

note the extra >

Test script:
---------------
<?php phpinfo(); ?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-23 06:03 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2011-08-23 06:07 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=315332
Log: Fix bug #55483 (extra &gt; at the end of html tag in phpinfo).
 [2011-08-23 06:07 UTC] aharvey@php.net
-Status: Assigned +Status: Closed
 [2011-08-23 06:07 UTC] aharvey@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 01 15:01:27 2025 UTC