-
Notifications
You must be signed in to change notification settings - Fork 11
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
Couchbase installation is corrupting all other packages installation. #180
Comments
Thank you for reporting this, @HeenaBansal20 . I will take a look shortly |
btw, we publish precompiled extensions, so waiting for pecl to compile extension is not necessary |
I confirm that I can reproduce this issue with 8.4beta5. I will fix it an get back soon |
hmm.. where we can find precompiled extension for couchbase that supports PHP 8.4 |
Great ! Thanks @avsej for quick action on the issue. I really appreciate . |
@HeenaBansal20, right, we do not do precompilation for PHP 8.4 yet (it is still beta), but in future we will do it :) I found that I should not have I will fix the signatures. |
should be fixed with #181. I noticed couple of deprecation warnings, which I also will try to fix separately. |
@avsej , would you mind releasing it with some version so I can use it in my environment. |
Sure, next release is scheduled on 15th of October approximately. If PHP 8.4 will be released by then, we will also produce precompiled versions of the extension for it. |
After installing couchbase package via pecl install , I am unable to install any other php packages in docker container OR running any PHP commands like
composer -version
in my container.Couchbase version : 4.2.3
php version : 8.4.0beta5
OS: Linux/Ubuntu
Reproduction:
Dockerfile.txt
docker build .
Error:
Tried with installing "pecl install grpc-1.66.0" and other php commands. These installation works fine without couchbase extension installation in docker container.
composer --version
PS:
issue is not seen with PHP 8.3.11.
Expected Behavior:
Installation should be successful
The text was updated successfully, but these errors were encountered: