X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=5716d29140a16dce0918549978adcbd31112c754;hb=bf2f603ac5f027e1fa25f978ffb102f3006aabc3;hp=d320809f12c60dde1d480a9dd69768cd5a9e27dd;hpb=f45909a92b268970729c121269af62d71eb7cd47;p=plcapi.git diff --git a/NEWS b/NEWS index d320809..5716d29 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,32 @@ -XML-RPC for PHP version 3.0.1 - 2015/4/18 +XML-RPC for PHP version 3.1.1 - 2018/4/7 + +This release makes the library compatible with php 7.2 by removing the deprecation warnings. +*NB* moving to version 4 of the library is the recommended option unless you absolutely can not upgrade, as it comes +with many improvements. + + +XML-RPC for PHP version 3.1.0 - 2017/7/1 + +This release makes the library compatible with php 7 by removing the deprecation warnings. +*NB* moving to version 4 of the library is the recommended option unless you absolutely can not upgrade, as it comes +with many improvements. + +The only other changes are: +* addition of a 'setSSLVersion' method to the client class +* updates to the test suite + + +XML-RPC for PHP version 3.0.1 - 2015/4/18 +3 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