From: gggeek Date: Sun, 8 Jan 2023 23:55:34 +0000 (+0000) Subject: news X-Git-Tag: 4.9.5~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=94e5871c96fff20c59d35bb9a48854254965409a;p=plcapi.git news --- diff --git a/NEWS.md b/NEWS.md index 4377521b..fceec593 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,14 @@ +## XML-RPC for PHP version 4.xx - unreleased + +* improved: revised all demo files. Showcase more features in client demos; isolate better testsuite functions in + server demos and make sure they are not active unless triggered by running the tests + +* improved: catch php Errors besides Exceptions thrown by method handler functions (ie. server-side) for php 7 and up + +* fixed: when using the Exception or Error thrown by a method handler function to build the xml-rpc response, override + fault Code 0, as it makes responses unserializable + + ## XML-RPC for PHP version 4.9.4 - 2023-1-7 * improved: updated the user's manual to be inline with the version4 API and modern coding practices.