php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52461 phpinfo() corrections
Submitted: 2010-07-27 20:03 UTC Modified: 2012-03-08 11:24 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: virsacer at web dot de Assigned: pajoye (profile)
Status: Closed Package: *General Issues
PHP Version: 5.3.3 OS:
Private report: No CVE-ID: None
 [2010-07-27 20:03 UTC] virsacer at web dot de
Description:
------------
1.+2. Show "PHP Variables" with leading "$" and use single quotes.
3. "Windows 7" and "Windows Server 2008 R2" are "Unknow Windows version" because checking for NT 6.2 instead of 6.1
4. Incomplete doctype and missing xmlns.


Patches

New_patch (last revision 2010-12-08 15:29 UTC by virsacer at web dot de)
Patch (last revision 2010-07-27 18:04 UTC by virsacer at web dot de)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-27 23:57 UTC] kalle@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: kalle
 [2010-07-27 23:57 UTC] kalle@php.net
Assigning this to myself, the changes to $ and single quotes should go in trunk if any imo
 [2010-08-09 19:34 UTC] kalle@php.net
The DTD is alright, as you can simply just referer to DTD/w3-ns, but its not really a major issue but should go into trunk anyway. Ill look at an improved patch during the week
 [2010-12-08 16:27 UTC] virsacer at web dot de
-Summary: phpinfo() corrections/improvments +Summary: phpinfo() corrections
 [2010-12-08 16:27 UTC] virsacer at web dot de
New patch contains only bug corrections.
 [2010-12-08 16:38 UTC] virsacer at web dot de
-Type: Feature/Change Request +Type: Bug
 [2010-12-08 16:38 UTC] virsacer at web dot de
"Bug Type" is now bug
 [2011-08-19 09:59 UTC] pajoye@php.net
Automatic comment from SVN on behalf of pajoye
Revision: http://svn.php.net/viewvc/?view=revision&revision=315170
Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns)
 [2011-08-19 10:00 UTC] pajoye@php.net
-Status: Assigned +Status: Closed -Assigned To: kalle +Assigned To: pajoye
 [2011-08-19 10:00 UTC] pajoye@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.


 [2011-08-23 00:01 UTC] neweracracker at gmail dot com
Hi guys,

I guess you did something wrong here:
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/ext/standard/info.c?r1=315170&r2=315169&pathrev=315170

Pierre?

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

should have been:

PUTS("<html xmlns=\"http://www.w3.org/1999/xhtml\">");
 [2011-08-23 00:52 UTC] pajoye@php.net
-Status: Closed +Status: Assigned
 [2012-03-08 11:24 UTC] pajoye@php.net
-Status: Assigned +Status: Closed
 [2012-03-08 11:24 UTC] pajoye@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 [2012-04-18 09:49 UTC] laruence@php.net
Automatic comment on behalf of pajoye
Revision: http://git.php.net/?p=php-src.git;a=commit;h=15c1a736782feda4c641ab876c896ad952f064d8
Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns)
 [2012-07-24 23:40 UTC] rasmus@php.net
Automatic comment on behalf of pajoye
Revision: http://git.php.net/?p=php-src.git;a=commit;h=15c1a736782feda4c641ab876c896ad952f064d8
Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns)
 [2013-11-17 09:36 UTC] laruence@php.net
Automatic comment on behalf of pajoye
Revision: http://git.php.net/?p=php-src.git;a=commit;h=15c1a736782feda4c641ab876c896ad952f064d8
Log: - Fixed bug #52461 (Incomplete doctype and missing xmlns)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC