v2.5.0
- Update the library to work with PHP 7 (fix #26, #25)
- Change the visibility of
private
members and methods toprotected
(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.