]> granicus.if.org Git - php/commit
This patch allows:
authorTomas V.V.Cox <cox@php.net>
Fri, 29 Aug 2003 18:23:31 +0000 (18:23 +0000)
committerTomas V.V.Cox <cox@php.net>
Fri, 29 Aug 2003 18:23:31 +0000 (18:23 +0000)
commite18e3a6edde9e0308a12edbf3fbcdadab4010150
tree233bd30c2bd98adf82a9a88cf95576741d27b80c
parent26c90cc9655d28c5367a90902bd8c474406f9678
This patch allows:

pear install DB-1.2     -> specific version
pear install DB-stable  -> latest stable version
                           (stable, beta, alpha, ..)
pear install DB-1.2.tar -> download in tar format

Currently only "install" and "upgrade" support this
more will come shortly.
pear/PEAR/Command/Install.php
pear/PEAR/Common.php
pear/PEAR/Installer.php