- xmlrpcs.inc: add a new member var in server class to allow fine-tuning of the encod...
[plcapi.git] / NEWS
diff --git a/NEWS b/NEWS
index fb02483..5d8ca48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+XML-RPC for PHP version 2.2.2 - 2009/03/16\r
+\r
+This release corrects all bugs that have been reported and sucesfully reproduced since\r
+version 2.2.1.\r
+Regardless of the intimidating message about dropping PHP 4 support, it still does\r
+support that ancient, broken and insecure platform.\r
+\r
+* fixed: php warning when receiving 'false' in a bool value\r
+* fixed: improve robustness of the debugger when parsing weird results from non-compliant servers\r
+* fixed: format floating point values using the correct decimal separator even when php locale is set to one that uses comma\r
+* fixed: use feof() to test if socket connections are to be closed instead of the number of bytes read (rare bug when communicating with some servers)\r
+* fixed: be more tolerant in detection of charset in http headers\r
+* fixed: fix encoding of UTF8 chars outside of the BMP plane\r
+* fixed: fix detection of zlib.output_compression\r
+* improved: allow the add_to_map server method to add docs for single params too\r
+* improved: added the possibility to wrap for exposure as xmlrpc       methods plain php class methods, object methods and even whole classes\r
+\r
+\r
 XML-RPC for PHP version 2.2.1 - 2008/03/06\r
 \r
 This release corrects all bugs that have been reported and sucesfully reproduced.\r