From 6e24e24e3bd156c4d88021a58e5ae57d8b071de4 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Apr 2018 00:20:23 +0100 Subject: [PATCH] Update doc and version nr --- NEWS | 9 ++++++++- doc/xmlrpc_php.xml | 15 +++++++++++++-- lib/xmlrpc.inc | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index eec95fe..dd7f0ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +XML-RPC for PHP version 3.1.1 - 2018/4/7 + +This release makes the library compatible with php 7.2 by removing one warning. +*NB* moving to version 4 of the library is the recommended option unless you absolutely can not upgrade, as it comes +with many improvements. + + XML-RPC for PHP version 3.1.0 - 2017/7/1 This release makes the library compatible with php 7 by removing the deprecation warnings. @@ -11,7 +18,7 @@ The only other changes are: XML-RPC for PHP version 3.0.1 - 2015/4/18 - +3 This release corrects all bugs that have been reported and successfully reproduced since version 3.0.0: diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index 1afd97b..57b8623 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -8,10 +8,10 @@ PHP-XMLRPC User manual XML-RPC for PHP - version 3.1.0 + version 3.1.1 - July 1, 2017 + April 7, 2018 @@ -212,6 +212,17 @@ PHP-XMLRPC User manual functions and methods please take a look at the source code of the library, which is quite thoroughly commented in javadoc-like form. + + 3.1.1 + + + + This release makes the library compatible with php 7.2 by removing one warning + + + + + 3.1.0 diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 80bdf72..8f85073 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -208,7 +208,7 @@ $GLOBALS['xmlrpc_internalencoding']='ISO-8859-1'; $GLOBALS['xmlrpcName']='XML-RPC for PHP'; - $GLOBALS['xmlrpcVersion']='3.1.0'; + $GLOBALS['xmlrpcVersion']='3.1.1'; // let user errors start at 800 $GLOBALS['xmlrpcerruser']=800; -- 2.43.0