-## XML-RPC for PHP version 4.xx - unreleased
+## XML-RPC for PHP version 4.9.5 - 2023/01/11
* improved: revised all demo files. Showcase more features in client demos; isolate better testsuite functions in
server demos and make sure they are not active unless triggered by running the tests; add demos for code-generation
= XML-RPC for PHP User Manual
Gaetano Giunta; Edd Dumbill
-4.9.4
+4.9.5
:keywords: xml-rpc, xml, rpc, webservices, http
:title-page:
:toc:
==== $xmlrpcVersion
- PhpxmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.4"
+ PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.5"
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