X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=b2c5fb324081037776f7385a2b66e0475f5bd4c6;hb=a3b1d45eb2e1fd0712d574a423c6c4af8d512ee1;hp=ee0d49a86e355185c2ce74ba99f3030de0aa3230;hpb=da824472c0045c183f40792b8c760c11d024005d;p=plcapi.git diff --git a/NEWS b/NEWS index ee0d49a..b2c5fb3 100644 --- a/NEWS +++ b/NEWS @@ -38,7 +38,18 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * improved: the testsuite has basic checks for the debugger and demo files -* fixed: the debugger would fail sending a request with ISO-8859-1 payload +* fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration) + +* fixed: the server would fail to decode a request with ISO-8859-1 payload and character set declaration in the xml prologue only + +* fixed: the client would fail to decode a response with ISO-8859-1 payload and character set declaration in the xml prologue only + +* fixed: the function decode_xml() would not decode an xml with character set declaration in the xml prologue + +* improved: echo all debug messages even when there are characters in them which php deems in a wrong encoding + (this is visible e.g. in the debugger) + +* improved: at debug level 1, the rebuilt php objects are not dumped to screen (server-side already did that) XML-RPC for PHP version 3.0.0 - 2014/6/15