4.10.1
-
fixed: class autoloading got broken in rel 4.10.0 for users of the legacy API (issue #111)
-
fixed: let the Server create Response objects whose class can be overridden by subclasses (this is required by the
json-rpc server now that thexml_header
method has been moved to theRequest
object) -
fixed: let the Client create Requests whose class can be overridden by subclasses, within the
_try_multicall
method,
which is called frommulticall
-
fixed: declare the library not to be compatible with old versions of 'phpxmlrpc/extras' and 'phpxmlrpc/jsonrpc'