Skip to content

v2.5.0

Compare
Choose a tag to compare
@letrunghieu letrunghieu released this 04 Feb 08:17
· 5 commits to master since this release
  • Update the library to work with PHP 7 (fix #26, #25)
  • Change the visibility of private members and methods to protected (fix #18, #21, #22)
  • Remove the limitation of callbacks (fix #11)

From this version, when you need to send a DateTime object to the XML-RPC server, replace it by the return value of $client->createXMLRPCDateTime($yourObj). The DateTime objects is not automatically parsed any more.