tag release
authorgggeek <giunta.gaetano@gmail.com>
Tue, 15 Feb 2022 17:51:11 +0000 (17:51 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 15 Feb 2022 17:51:11 +0000 (17:51 +0000)
NEWS
src/PhpXmlRpc.php

diff --git a/NEWS b/NEWS
index 5ff12fc..99046b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+XML-RPC for PHP version 4.6.1 - 2022/2/15
+
+* fixed: one php warning with php 8 and up
+
+
 XML-RPC for PHP version 4.6.0 - 2021/12/9
 
 * fixed: compatibility with php 8.1
index 2e33612..e6419ac 100644 (file)
@@ -78,7 +78,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.6.1-dev";
+    public static $xmlrpcVersion = "4.6.1";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;