Unable to install phpredis/phpredis (for example) on Windows #732
Closed
Andrew-Staves-Activ
started this conversation in
General
Replies: 1 comment 2 replies
|
Please see phpredis/phpredis#2575 - this is something that needs to be solved by that repo I'm afraid! Thank you :) |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, I'm looking at whether we could migrate to PIE and was hoping to be able to use it from Windows (11) too. However, I found it's unable to install phpredis/phpredis on Windows (11):
I think this is because none of the releases in https://github.com/phpredis/phpredis/releases provide Windows archives and therefore https://packagist.org/packages/phpredis/phpredis doesn't have them.
I am able to get around this by downloading a DLL from https://pecl.php.net/package/redis (and modifying php.ini to use it) manually. I'd ideally like to avoid others in my team having to take the same manual steps if at all possible.
Is there a way to install extensions like phpredis/phpredis through PIE that I'm missing?
If not, has automatically falling back to PECL's DLLs (when the releases don't have any Windows files) been considered as part of the development of PIE?
(Though perhaps that makes little sense if the point is to move away from PECL? I don't know.)
Sorry in advance if I'm misusing/misunderstanding PIE here and/or if I should raise a request with https://packagist.org/packages/phpredis/phpredis instead, please just let me know 😅
Thanks!
All reactions