-XML-RPC for PHP version 4.X.Y - unreleased
+XML-RPC for PHP version 4.8.0 - 2022/6/20
* fixed: the `benchmark.php` file had seen some tests accidentally dropped
* improved: added method `Client::prepareCurlHandle`, to make it easier to send multiple requests in parallel when using
curl and the server does not support `system.multicall`. See new demo file `parallel.php` for how this can be done.
+* fixed: error 'Class "PhpXmlRpc\Exception\PhpXmlrpcException" not found' when including `xmlrpc.inc` and on php 8.1
+ (might also happen on other php versions)
+
XML-RPC for PHP version 4.7.2 - 2022/5/25
public static $xmlrpc_internalencoding = "UTF-8";
public static $xmlrpcName = "XML-RPC for PHP";
- public static $xmlrpcVersion = "4.8.0-dev";
+ public static $xmlrpcVersion = "4.8.0";
// let user errors start at 800
public static $xmlrpcerruser = 800;