From: gggeek Date: Thu, 27 Jun 2024 08:36:24 +0000 (+0000) Subject: tag for release X-Git-Tag: 4.10.4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ede1b630c57e7092d8946f6c48e852fc63bcfbba;p=plcapi.git tag for release --- diff --git a/NEWS.md b/NEWS.md index 17fd691b..80b0c9f2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## 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) diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index faba48f2..62b52af3 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -1,6 +1,6 @@ = 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: @@ -1117,7 +1117,7 @@ string. ==== $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 diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index ada7b65b..29f1c04f 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -119,7 +119,7 @@ class PhpXmlRpc /** * @var string */ - public static $xmlrpcVersion = "4.10.3"; + public static $xmlrpcVersion = "4.10.4"; /** * @var int