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

Add support to install from cache without looking up versions on https://windows.php.net/ #102

Open
shivammathur opened this issue Aug 11, 2022 · 2 comments

Comments

@shivammathur
Copy link
Contributor

Currently, it looks for PHP versions on http://windows.php.net/download. But if that is down it would fail (right now).

Can it failover to look for versions in the cache if lookup in windows.php.net fails?

Also, if a flag can be added to not lookup on windows.php.net at all and only use the cache to get available PHP versions.

@mlocati
Copy link
Owner

mlocati commented Aug 12, 2022

look for versions in the cache

Which cache? A local folder?

@shivammathur
Copy link
Contributor Author

Yes, set using Set-PhpDownloadCache.

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