jsonrpcphp
jsonrpcphp copied to clipboard
JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.
I had a problem with connections to https remotes in a small project of mine and found the solution I propose here. Of course, there is no test for this...
https://github.com/weberhofer/jsonrpcphp/blob/master/src/org/jsonrpcphp/JsonRPCClient.php#L90 ```php $this->debug = ($debug === true); ```
Fix debug always false