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
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: sebastian dot bergmann at web dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 26 11:01:30 2024 UTC