X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fphpxmlrpc%2Fdoc%2FChangeLog;fp=php%2Fphpxmlrpc%2FChangeLog;h=afb9b81e0796963e69feb46228e67117a2ad5311;hb=c379c0fff5edc592cc5d5d647c7fadb91317db87;hp=e032f791eb9621144493e7d807d3bb3f353836aa;hpb=ae8b10f8363f7a1df02e77cbd820904c4ded10b8;p=plcapi.git diff --git a/php/phpxmlrpc/ChangeLog b/php/phpxmlrpc/doc/ChangeLog similarity index 99% rename from php/phpxmlrpc/ChangeLog rename to php/phpxmlrpc/doc/ChangeLog index e032f79..afb9b81 100644 --- a/php/phpxmlrpc/ChangeLog +++ b/php/phpxmlrpc/doc/ChangeLog @@ -1,6 +1,5 @@ -NB: All recent commits are available online. +NB: This is an old changelog. All recent commits are available online at https://github.com/gggeek/phpxmlrpc/commits This file will not be updated further. -See https://github.com/gggeek/phpxmlrpc/commits/master 2014-05-26 - G. Giunta (giunta.gaetano@gmail.com) @@ -966,7 +965,7 @@ See https://github.com/gggeek/phpxmlrpc/commits/master * xmlrpc.inc: fixed php_xmlrpc_encode detection of php arrays (again!); removed from wrap_php_function the part about setting a custom error handler - (it can be activated using the more general $server->setdebug(3) anyway) + (it can be activated using the more general $server->setDebug(3) anyway) * xmlrpcs.inc: added to server the capability to trap all processing errors during execution of user functions and add them to debug info inside responses;