php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19178 Install and Info have same shortcut
Submitted: 2002-08-29 15:05 UTC Modified: 2002-11-26 12:26 UTC
From: adam at trachtenberg dot com Assigned:
Status: Closed Package: PEAR related
PHP Version: 4CVS-2002-08-29 OS: Redhat 7.3
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: adam at trachtenberg dot com
New email:
PHP Version: OS:

 

 [2002-08-29 15:05 UTC] adam at trachtenberg dot com
The PEAR package manager uses "i" as the shortcut for both the "install" and "info" commands. I suggest keeping i for install and removing the info shortcut. First, install is a far more popular command. Second, to remove all possible confusion between info and install, the info shortcut needs to be "inf" and that's only one letter less than the full word.

(Since install and info both begin with "in," keeping both requires install to be "ins" and info to be "inf" and that's just odd.)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-24 23:40 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, 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/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

The 'i' command does not appear to be supported any longer by the pear executable. The full names 'info' and 'install' should be used instead.
 [2002-11-25 13:45 UTC] adam at trachtenberg dot com
Where do you see this?

I just checked /php4/pear/PEAR/Command/Registry.php and Install.php and both files still have 'i' as a shortcut. Is this no longer the correct location for the most up-to-date version of pear?
 [2002-11-26 12:26 UTC] ssb@php.net
"info" shortcut changed to "in".  Wait for the PEAR 1.0b3 release, or install from CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC