Update doc and version nr
authorgggeek <giunta.gaetano@gmail.com>
Fri, 6 Apr 2018 23:20:23 +0000 (00:20 +0100)
committergggeek <giunta.gaetano@gmail.com>
Fri, 6 Apr 2018 23:20:23 +0000 (00:20 +0100)
NEWS
doc/xmlrpc_php.xml
lib/xmlrpc.inc

diff --git a/NEWS b/NEWS
index eec95fe..dd7f0ce 100644 (file)
--- 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:
 
index 1afd97b..57b8623 100644 (file)
@@ -8,10 +8,10 @@ PHP-XMLRPC User manual
 <book lang="en">
   <title>XML-RPC for PHP</title>
 
-  <subtitle>version 3.1.0</subtitle>
+  <subtitle>version 3.1.1</subtitle>
 
   <bookinfo>
-    <date>July 1, 2017</date>
+    <date>April 7, 2018</date>
 
     <authorgroup>
       <author>
@@ -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.</para>
 
+      <sect1>
+          <title>3.1.1</title>
+
+          <para><itemizedlist>
+              <listitem>
+                  <para>This release makes the library compatible with php 7.2 by removing one warning</para>
+              </listitem>
+
+          </itemizedlist></para>
+      </sect1>
+
       <sect1>
           <title>3.1.0</title>
 
index 80bdf72..8f85073 100644 (file)
        $GLOBALS['xmlrpc_internalencoding']='ISO-8859-1';\r
 \r
        $GLOBALS['xmlrpcName']='XML-RPC for PHP';\r
-       $GLOBALS['xmlrpcVersion']='3.1.0';\r
+       $GLOBALS['xmlrpcVersion']='3.1.1';\r
 \r
        // let user errors start at 800\r
        $GLOBALS['xmlrpcerruser']=800;\r