From: gggeek Date: Sun, 19 Apr 2015 00:17:47 +0000 (+0100) Subject: Fix NEWS file; update manual sources X-Git-Tag: 3.0.1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=490862c33009397151ac39c811b6ee8e24689692 Fix NEWS file; update manual sources --- diff --git a/NEWS b/NEWS index d320809..8e44185 100644 --- a/NEWS +++ b/NEWS @@ -3,11 +3,11 @@ XML-RPC for PHP version 3.0.1 - 2015/4/18 This release corrects all bugs that have been reported and successfully reproduced since version 3.0.0: -* the library does not decode correctly LATIN-1 requests/responses if the character set is only set in the xml prolog -* the client can not call remote methods which use LATIN-1 or UTF8 characters in their names +* the library does not decode correctly LATIN-1 requests/responses if the character set is not set in the xml prolog * the debugger sends incorrect requests when the payload includes LATIN-1 characters +* the client can not call remote methods which use LATIN-1 or UTF8 characters in their names -Taking baby steps to modern-world php, this release is now tested using Travis ( https://travis-ci.org/ ). +Taking baby steps to modern-world php, this release is now tested using Travis ( https://travis-ci.org/gggeek/phpxmlrpc ). Improved: no need to call anymore $client->setSSLVerifyHost(2) to silence a curl warning when using https with recent curl builds diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index a37fc21..e77df0a 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.0 + version 3.0.1 - June 15, 2014 + April 19, 2015 @@ -212,6 +212,25 @@ 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.0.1 + + + + fixed: the library does not decode correctly LATIN-1 requests/responses if the character set is not set in the xml prolog + + + + fixed: the debugger sends incorrect requests when the payload includes LATIN-1 characters + + + + fixed: the client can not call remote methods which use LATIN-1 or UTF8 characters in their names + + + + + 3.0.0