Skip to content

Commit

Permalink
tag 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 14, 2024
1 parent 1fc5e7c commit 28a2b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## XML-RPC for PHP version 4.XX - unreleased
## XML-RPC for PHP version 4.10.2 - 2024/04/14

* fixed: allow `Server` subclasses to use their own Parser to determine the Request's charset

Expand All @@ -11,6 +11,8 @@
- 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


## XML-RPC for PHP version 4.10.1 - 2023/02/22

Expand Down
4 changes: 2 additions & 2 deletions doc/manual/phpxmlrpc_manual.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= XML-RPC for PHP User Manual
Gaetano Giunta; Edd Dumbill
4.10.1
4.10.2
:keywords: xml-rpc, xml, rpc, webservices, http
:title-page:
:toc:
Expand Down Expand Up @@ -1102,7 +1102,7 @@ string.

==== $xmlrpcVersion

PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.1"
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.2"

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
Expand Down
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class PhpXmlRpc
/**
* @var string
*/
public static $xmlrpcVersion = "4.10.1";
public static $xmlrpcVersion = "4.10.2";

/**
* @var int
Expand Down

0 comments on commit 28a2b57

Please sign in to comment.