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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Tue Mar 19 11:01:28 2024 UTC