X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2Fxmlrpc_php.xml;h=e77df0a8f7fb378ca3707e9649e1fe61c81c8364;hb=490862c33009397151ac39c811b6ee8e24689692;hp=a37fc219b8128c2842c4cabad7e66f01cae2c116;hpb=6ddf1d655b5f436ae45b7e6fa0a9669d1e74e43d;p=plcapi.git 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