-
-
Notifications
You must be signed in to change notification settings - Fork 993
PHP 8.4.0 compatibility with call to stream_context_set_option #1503
8000 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
Conversation
Added PHP 8.4 compatible call to stream_context_set_options keeping backwards compatibility with pre PHP 8.4 versions
cleanup formatting - remove spaces
@tillkruss Any ETA for release? Thanks! |
@vladvildanov Anything else you want in v2.x before we tag? |
@tillkruss Redis 8.0-RC1 is about to be released (this week) and it will bring new Hash-Field expiration commands. I would like to contribute and include it into 2.x. Maybe we can release a new version of client along with Redis 8.0 GA, this way we ensure that new release is fully compatible with 8.0? |
Sounds good! Let's tag after we merge that one. It's time. |
PHP 8.4.0 deprecated calls to stream_context_set_option with 2 arguments. Use stream_context_set_options function instead. Although the function is only deprecated, this will remove the deprecation message.