Edit report at https://bugs.php.net/bug.php?id=55483&edit=1
ID: 55483 Updated by: ahar...@php.net Reported by: chadm at codeangel dot org Summary: extra > at the end of html tag in phpinfo -Status: Assigned +Status: Closed Type: Bug Package: PHP options/info functions PHP Version: 5.4SVN-2011-08-23 (SVN) Assigned To: aharvey Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2011-08-23 06:07:16] ahar...@php.net Automatic comment from SVN on behalf of aharvey Revision: http://svn.php.net/viewvc/?view=revision&revision=315332 Log: Fix bug #55483 (extra > at the end of html tag in phpinfo). ------------------------------------------------------------------------ [2011-08-23 05:15:05] 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(); ?> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55483&edit=1