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

Checking if extension is already installed/loaded #186

Open
adhocore opened this issue Aug 16, 2020 · 1 comment
Open

Checking if extension is already installed/loaded #186

adhocore opened this issue Aug 16, 2020 · 1 comment

Comments

@adhocore
Copy link
Contributor

Right now if we (re)run the command below,

pickle install apcu

It starts downloading and installing the apcu ext right away without checking if it is already there.

While it is upto user to know which exts are already there and not try to install them over again, it maybe useful for pickle to do this in itself.

Alternatively, there may be --reinstall flag which will work as current behavior.

@pierrejoye
Copy link
Member

--reinstall could be an option however it won't work if the php used by pickle is the one using the extension being installed (locked)

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

2 participants