From: gggeek Date: Sun, 14 Apr 2024 20:04:12 +0000 (+0000) Subject: news X-Git-Tag: 4.10.2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7cfe96868b2a72c5a58cdbea69efcad4f0d4da61;p=plcapi.git news --- diff --git a/NEWS.md b/NEWS.md index 0e7b7971..4536314e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,12 @@ * fixed: the Server would not swallow and log php warnings generated from end user's method handler functions unless debug mode was set to 2 or higher. It now does that always. +* fixed: the library will now return a Fault `Response` object whenever parsing some xml responses which do not conform + to the specification, namely the for following cases: + + - a `methodResponse` element without either `fault` or `params` + - a `methodResponse` element with a `params` child which does not have a single `param` + ## XML-RPC for PHP version 4.10.1 - 2023/02/22