From: gggeek Date: Tue, 15 Feb 2022 17:51:11 +0000 (+0000) Subject: tag release X-Git-Tag: plcapi-7.1-0~3^2~4 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=5f47934cdf3c7d989ab4c5a11d9c08d1d55a8380 tag release --- diff --git a/NEWS b/NEWS index 5ff12fc..99046b1 100644 --- 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 diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 2e33612..e6419ac 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -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;