update manual
authorgggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 18:52:54 +0000 (19:52 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sat, 1 Jul 2017 18:52:54 +0000 (19:52 +0100)
doc/xmlrpc_php.xml

index e77df0a..1afd97b 100644 (file)
@@ -8,10 +8,10 @@ PHP-XMLRPC User manual
 <book lang="en">
   <title>XML-RPC for PHP</title>
 
-  <subtitle>version 3.0.1</subtitle>
+  <subtitle>version 3.1.0</subtitle>
 
   <bookinfo>
-    <date>April 19, 2015</date>
+    <date>July 1, 2017</date>
 
     <authorgroup>
       <author>
@@ -212,6 +212,21 @@ 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.0</title>
+
+          <para><itemizedlist>
+              <listitem>
+                  <para>This release makes the library compatible with php 7 by removing the deprecation warnings</para>
+              </listitem>
+
+              <listitem>
+                  <para>addition of a 'setSSLVersion' method to the client class</para>
+              </listitem>
+
+          </itemizedlist></para>
+      </sect1>
+
       <sect1>
           <title>3.0.1</title>
 
@@ -2364,6 +2379,21 @@ $client = new xmlrpc_client("/RPC2", "betty.userland.com", 80);
           <methodname>setCaCertificate</methodname> method.</para>
         </sect3>
 
+        <sect3>
+          <title>setSSLVersion</title>
+
+          <funcsynopsis>
+            <funcprototype>
+              <funcdef><type>void</type><function>setSSLVersion</function></funcdef>
+
+              <paramdef><type>int</type><parameter>$i</parameter></paramdef>
+            </funcprototype>
+          </funcsynopsis>
+
+          <para>This method sets the SSL version to be used when making https calls.
+          See the PHP manual for CURLOPT_SSLVERSION for a description of the allowed values.</para>
+        </sect3>
+
         <sect3>
           <title>setUserAgent</title>