Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using --force can result in the wrong version being installed #19

Open
kpankonen opened this issue Sep 18, 2015 · 0 comments
Open

using --force can result in the wrong version being installed #19

kpankonen opened this issue Sep 18, 2015 · 0 comments

Comments

@kpankonen
Copy link

If the request version isn't available --force will make it install a different version instead

$ /usr/bin/pear upgrade --force phpseclib.sourceforge.net/Crypt_AES-0.3.7
WARNING: failed to download phpseclib.sourceforge.net/Crypt_AES, version "0.3.7", will instead download version 1.0.0, stability "stable"
downloading Crypt_AES-1.0.0.tgz ...
Starting to download Crypt_AES-1.0.0.tgz (3,051 bytes)
....done: 3,051 bytes
downloading Crypt_Rijndael-1.0.0.tgz ...
Starting to download Crypt_Rijndael-1.0.0.tgz (14,270 bytes)
...done: 14,270 bytes
downloading Crypt_Base-1.0.0.tgz ...
Starting to download Crypt_Base-1.0.0.tgz (17,009 bytes)
...done: 17,009 bytes
upgrade ok: channel://phpseclib.sourceforge.net/Crypt_Base-1.0.0
upgrade ok: channel://phpseclib.sourceforge.net/Crypt_Rijndael-1.0.0
upgrade ok: channel://phpseclib.sourceforge.net/Crypt_AES-1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant