X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=40adb3687dc549cdaa1200354ac0abf7665a82c6;hb=dd3de5570489cd2bdf44afaa7efac759d19c6e9c;hp=ab62c1e07c6178d36933bfa260cee704ba7c1dae;hpb=b6815973f2e7908d5b0e546c60774ab523181386;p=plcapi.git diff --git a/NEWS b/NEWS index ab62c1e..40adb36 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +XML-RPC for PHP version 3.0.0 - 2014/xx/yy + +This release corrects all bugs that have been reported and successfully reproduced since +version 3.0.0 beta. + +It also is the first release to be installable via composer. + + XML-RPC for PHP version 3.0.0 beta - 2009/09/05 This is the first release of the library to only support PHP 5. @@ -28,6 +36,7 @@ version 2.2.1. Regardless of the intimidating message about dropping PHP 4 support, it still does support that ancient, broken and insecure platform. + * fixed: php warning when receiving 'false' in a bool value * fixed: improve robustness of the debugger when parsing weird results from non-compliant servers * fixed: format floating point values using the correct decimal separator even when php locale is set to one that uses comma @@ -44,7 +53,7 @@ XML-RPC for PHP version 2.2.1 - 2008/03/06 This release corrects all bugs that have been reported and sucesfully reproduced. It is the last release of the library that will support PHP 4. -* fixed: work aroung bug in php 5.2.2 which broke support of HTTP_RAW_POST_DATA +* fixed: work around bug in php 5.2.2 which broke support of HTTP_RAW_POST_DATA * fixed: is_dir parameter of setCaCertificate() method is reversed * fixed: a php warning in xmlrpc_client creator method * fixed: parsing of '1e+1' as valid float