Skip to content

Commit

Permalink
Fix NEWS file; update manual sources
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 19, 2015
1 parent 6ddf1d6 commit 490862c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
23 changes: 21 additions & 2 deletions doc/xmlrpc_php.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ PHP-XMLRPC User manual
<book lang="en">
<title>XML-RPC for PHP</title>

<subtitle>version 3.0.0</subtitle>
<subtitle>version 3.0.1</subtitle>

<bookinfo>
<date>June 15, 2014</date>
<date>April 19, 2015</date>

<authorgroup>
<author>
Expand Down Expand Up @@ -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.</para>

<sect1>
<title>3.0.1</title>

<para><itemizedlist>
<listitem>
<para>fixed: the library does not decode correctly LATIN-1 requests/responses if the character set is not set in the xml prolog</para>
</listitem>

<listitem>
<para>fixed: the debugger sends incorrect requests when the payload includes LATIN-1 characters</para>
</listitem>

<listitem>
<para>fixed: the client can not call remote methods which use LATIN-1 or UTF8 characters in their names</para>
</listitem>

</itemizedlist></para>
</sect1>

<sect1>
<title>3.0.0</title>

Expand Down

0 comments on commit 490862c

Please sign in to comment.