jsonrpcphp icon indicating copy to clipboard operation
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.

Results 3 jsonrpcphp issues
Sort by recently updated
recently updated
newest added

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); ```