File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## XML-RPC for PHP version 4.XXX - (unreleased)
1+ ## XML-RPC for PHP version 4.11.4 - 2025/10/3
22
33* improved: allow to force usage of HTTP 1.1. when using curl for calls, via usage of 'http11_only'
44
Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ string.
11171117
11181118==== $xmlrpcVersion
11191119
1120- PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.3 "
1120+ PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.4 "
11211121
11221122The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
11231123building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class PhpXmlRpc
118118 /**
119119 * @var string
120120 */
121- public static $ xmlrpcVersion = "4.11.3 " ;
121+ public static $ xmlrpcVersion = "4.11.4 " ;
122122
123123 /**
124124 * @var int
You can’t perform that action at this time.
0 commit comments