php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #20208 Wanted: a pearinfo() function analogous to phpinfo()
Submitted: 2002-11-01 01:32 UTC Modified: 2003-12-03 01:30 UTC
From: shiva at io dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.2.3 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: shiva at io dot com
New email:
PHP Version: OS:

 

 [2002-11-01 01:32 UTC] shiva at io dot com
I would like to see a pearinfo() function that looks like phpinfo(). The output would be grouped into three sections, based on the following PEAR commands:

pear config-show
pear list
pear info <package>

The third section would feature the equivalent of "pear info <package>" for each installed PEAR package.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-03 01:30 UTC] davey@php.net
PEAR itself has a PEAR_Info package,

please see: http://pear.php.net/pear_info

to install:

pear install PEAR_Info

- Davey
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 06:01:38 2024 UTC