X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=6d8691874e9e7599d42399b44fed84f6b3ff21e5;hb=d8b819265ed2783764352484e2ea1bf71eb93f94;hp=d54c51f9c1b91ba9feadfbab4175df1cdb95c503;hpb=98ff9c3b600d0a98a8febe836acdfe4f67e91f53;p=plcapi.git diff --git a/NEWS b/NEWS index d54c51f..6d86918 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,14 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * 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) + +* changed: debug info handling + - at debug level 1, the rebuilt php objects are not dumped to screen (server-side already did that) + - at debug level 1, curl communication info are not dumped to screen + - at debug level 1, the tests echo payloads of failures; at debug level 2 all payloads + XML-RPC for PHP version 3.0.0 - 2014/6/15