php-json-rpc-http icon indicating copy to clipboard operation
php-json-rpc-http copied to clipboard

fix deprecation error on PHP 8.3 on stream_context_set_options()

Open tenzap opened this issue 11 months ago • 1 comments

"Calling stream_context_set_option() with 2 arguments is deprecated, use stream_context_set_options() instead" at vendor/datto/json-rpc-http/src/Client.php:223

tenzap avatar Feb 07 '25 19:02 tenzap

I contacted the original developer of this, and he doesn't have access to merge any pull requests. So my company has forked this including this fix and plans to maintain it going forward. You can use it at https://github.com/hcs-llc/php-json-rpc-http

RLHawk1 avatar Oct 20 '25 16:10 RLHawk1