X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=9f0bd6963d1f52138203e96b6385a48f259a25be;hb=568742e1a2911037c8d164716c138aa2cce74039;hp=61e0fc0bd8c0eba76ef9f57bb63a8858f61db776;hpb=420d30fce6c2dafe7eac8bc7ff13dd17da908652;p=plcapi.git diff --git a/NEWS b/NEWS index 61e0fc0..9f0bd69 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,17 @@ 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 (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) + XML-RPC for PHP version 3.0.0 - 2014/6/15