php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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
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: chadm at codeangel dot org
New email:
PHP Version: OS:

 

 [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 18:01:28 2025 UTC