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

Installing Redis PHP extension fails #160

Open
luchtech opened this issue May 28, 2024 · 5 comments
Open

Installing Redis PHP extension fails #160

luchtech opened this issue May 28, 2024 · 5 comments

Comments

@luchtech
Copy link

image

For some reason, when I tried adding the Redis PHP Extension, I got that weird error.

I am using Mac btw if that even matters.

Any ideas?

@luchtech
Copy link
Author

luchtech commented May 28, 2024

If anyone has found this issue as well, I recommend you to install the predis/predis Composer package for now while this is under investigation. In Laravel, just set the REDIS_CLIENT to predis temporarily.

@sfx101
Copy link
Owner

sfx101 commented Jun 18, 2024

@nabad600 can you please check @luchtech 's comment?

@nabad600
Copy link
Collaborator

Hi @luchtech, Please share the PHP version

@nabad600
Copy link
Collaborator

Hi @luchtech, If you use PHP version 8.2 so before start container edit the .env and edit INSTALL_ADDITIONAL_EXTENSIONS
image
image

@luchtech
Copy link
Author

luchtech commented Jun 19, 2024

@nabad600 Actually, I already found the fix weeks before. There was this extra characters that messed up the shell script. When I removed these two ticks, the PECL extension is getting installed already.

image

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

3 participants