From 95f8828db62a6cb0e7a725136e75f12536892082 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 20 Jan 2018 15:17:09 +0000 Subject: [PATCH] tag 4.3.1 --- NEWS | 17 +++++++++++++++++ src/PhpXmlRpc.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ba6247f..6a788b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +XML-RPC for PHP version 4.3.1 - 2018/1/20 + +* fixed: error when using https in non-curl mode + +* fixed: compatibility of tests with php 7.2 + +* fixed: html injection in sample code + +* fixed: warnings emitted by the *legacy* server in xmlrpcs.inc + +* fixed: encoding of php variables of type 'resource' when using xmlrpc_encode in php-compatibility mode + +* fixed: bad html tag in sample code + +* improved: text of error messages + + XML-RPC for PHP version 4.3.0 - 2017/11/6 * fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #58) diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index c17dcd8..e9fb6e9 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -79,7 +79,7 @@ class PhpXmlRpc public static $xmlrpc_internalencoding = "UTF-8"; public static $xmlrpcName = "XML-RPC for PHP"; - public static $xmlrpcVersion = "4.3.0"; + public static $xmlrpcVersion = "4.3.1"; // let user errors start at 800 public static $xmlrpcerruser = 800; -- 2.43.0