X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ChangeLog;h=c8a50507fedb2c7b759d45484e3ba5595698b6ac;hb=8346dc34a350ab95630faac56fca3663a4b8e49b;hp=1aedc158a1ac0c83a00bfb1f270bfbded2814e35;hpb=238bda3b75e73252b8329366c5ad9efb453ad29a;p=plcapi.git diff --git a/ChangeLog b/ChangeLog index 1aedc15..c8a5050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-09-05 - G. Giunta (giunta.gaetano@gmail.com) + + * xmlrpcs.inc, xmlrpcs.inc: remove code that was left for compatibility + with php 4; use __METHOD__ constant for error messages instead of hardcoded + values + + * xmlrpcs.inc: catch exceptions thrown during execution of invoked methods; + check for $_SERVER having been disabled via php.ini and log an error if so + + * server.php, testsuite.php: add a new test and server method for exception + catching in the server + 2009-08-05 - G. Giunta (giunta.gaetano@gmail.com) * xmlrpc_wrappers.inc: improve compatibility with php 5.0 when registering