tag for release 4.8.0
authorgggeek <giunta.gaetano@gmail.com>
Mon, 20 Jun 2022 18:33:56 +0000 (18:33 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 20 Jun 2022 18:33:56 +0000 (18:33 +0000)
NEWS
src/PhpXmlRpc.php

diff --git a/NEWS b/NEWS
index a044235..bdcb684 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-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
 
index cc79351..76ea4cd 100644 (file)
@@ -80,7 +80,7 @@ class PhpXmlRpc
     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;