Skip to content

Releases: weberhofer/jsonrpcphp

Fixed proxy config and error hanlding

03 Dec 16:04
Compare
Choose a tag to compare
  • Correcctly implemented proxy-handling, #6.
  • Improved error handling, #5

Allow enabling/disabling curl, code optimizations

08 Jul 06:00
Compare
Choose a tag to compare
  • #3 Allows curl to be enabled or disabled using JsonRPCClient->enableCurl() or JsonRPCClient->disableCurl(). Many thanks to @sitawit (Sitawit Suteepohnwiroj)
  • #4 Code optimization. Many thanks to Jeroen de Haas

PSR2 comaptible source, improved debugging

16 Apr 13:09
Compare
Choose a tag to compare
2.2.0

Merge branch 'master'

Fixed composer support

30 Jan 15:36
Compare
Choose a tag to compare
  • Renamed class files to fix composer support;
  • issue #2 is now closed

Composer support

14 Jan 16:12
Compare
Choose a tag to compare
Composer support Pre-release
Pre-release
  • Add root namespace on Exception class; thanks to @Cyrille37 for #1
  • restructured and added composer.json to solve #2

Refactored release

24 Jul 16:47
Compare
Choose a tag to compare

Version 2.0

This release includes the following improvements upon the original code:

  • Support for newer PHP versions
  • Name-spaces are supported
  • Performance has been improved
  • NULL and FALSE return values are now handled correctly
  • Allow to throw exceptions
  • Improved the in-line documentation
  • Re-formatted code