- a `methodResponse` element without either `fault` or `params`
- a `methodResponse` element with a `params` child which does not have a single `param`
-* improved: test on php 8.3
+* improved: test on PHP 8.3 as part of CI
## XML-RPC for PHP version 4.10.1 - 2023/02/22
= XML-RPC for PHP User Manual
Gaetano Giunta; Edd Dumbill
-4.10.2
+4.10.3
:keywords: xml-rpc, xml, rpc, webservices, http
:title-page:
:toc:
==== $xmlrpcVersion
- PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.2"
+ PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.3"
The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need