+## XML-RPC for PHP version 4.10.4 - 2024/06/27
+
+* fixed: Response returned from the library in case of HttpException did not have set the correct `status_code` member var
+
+
## XML-RPC for PHP version 4.10.3 - 2024/04/24
* fixed: avoid emitting warnings when parsing some classes of malformed XML (issue #116)
= XML-RPC for PHP User Manual
Gaetano Giunta; Edd Dumbill
-4.10.3
+4.10.4
:keywords: xml-rpc, xml, rpc, webservices, http
:title-page:
:toc:
==== $xmlrpcVersion
- PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.3"
+ PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.4"
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