From f6dc9d4441414596edab4f82f912d4b757628b79 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 1 Jul 2017 19:52:54 +0100 Subject: [PATCH] update manual --- doc/xmlrpc_php.xml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index e77df0a..1afd97b 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.0.1 + version 3.1.0 - April 19, 2015 + July 1, 2017 @@ -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. + + 3.1.0 + + + + This release makes the library compatible with php 7 by removing the deprecation warnings + + + + addition of a 'setSSLVersion' method to the client class + + + + + 3.0.1 @@ -2364,6 +2379,21 @@ $client = new xmlrpc_client("/RPC2", "betty.userland.com", 80); setCaCertificate method. + + setSSLVersion + + + + voidsetSSLVersion + + int$i + + + + 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. + + setUserAgent -- 2.43.0