php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #5301 cosmetic change in phpinfo() output
Submitted: 2000-07-01 09:13 UTC Modified: 2006-01-04 02:35 UTC
Votes:5
Avg. Score:3.2 ± 1.6
Reproduced:4 of 5 (80.0%)
Same Version:0 (0.0%)
Same OS:1 (25.0%)
From: sebastian dot bergmann at web dot de Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.2.0-dev OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2000-07-01 09:13 UTC] sebastian dot bergmann at web dot de
Could you please change the output of phpinfo() to
that extent that after each ; in the contents of the
following variables a <br> is printed:

  - include_path
  - PATH
  - CLASSPATH
  - Path
  - HTTP_ENV_VARS["CLASSPATH"]
  - HTTP_ENV_VARS["Path"]

This would be so great :-)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-18 06:58 UTC] hholzgra at cvs dot php dot net
although it makes sense the character to use on
real systems is ':' , ';' is just a kind of parody 
 [2002-01-28 17:05 UTC] yohgaki@php.net
It think it's done, isn't?
 [2002-01-28 17:54 UTC] torben@php.net
No, it hasn't been fixed. Maybe we should check these
things before closing the bugs? ;) Anyway, I think that
maybe instead of adding <br /> after the (:|;|,) we should
maybe add ' ' instead. (I added ',' to the list 'cause
LS_COLORS can be *really* wide).

I've updated the PHP Version to 4.2-dev.


Torben
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC