-
-
Notifications
You must be signed in to change notification settings - Fork 453
Deprecated Method Cassandra\ExecutionOptions starting of Cassandra 1.3 #866
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
Comments
Hello curious contributor !
|
Hello @mub1989 Can you tell me if replacing $options = new Cassandra\ExecutionOptions(
[
'arguments' => ['cache_id' => $item->getKey()],
'page_size' => 1,
]
); by $options = [
'arguments' => ['cache_id' => $item->getKey()],
'page_size' => 1,
]; (+ 2 similar occurrences of works on your side ? Thank you for your help. |
Yeah, after replacing it works for me. |
Okey, then I'll push a blind update, but before I made a new release please test the changes by temporary switching to If it's okay for you, then I'll make the release. Thank you :D |
Sure waiting for the update :) |
I will probably make a Cassandra config |
Try that. (I'll fix the CI later) |
Getting the below error. Return type mixed is not compatible with php v7
|
Dunno why phpstan did not flagged that oO |
Great it works now. Can you put a release? :) |
Great, can you give me a feedback on v9 too ? :D |
Thank you very much for your prompt action :) |
Hello @mub1989, any news :D |
Hi, Sorry for the late reply. Still I could not check it. I'm having some other issues with Cassandra, I'll let you know for sure :) |
I tested it by myself on v9, it's ok. |
Uh oh!
There was an error while loading. Please reload this page.
Configuration
The text was updated successfully, but these errors were encountered: