merge upstream phpxmlrpc
[plcapi.git] / php / phpxmlrpc / doc / ChangeLog
similarity index 99%
rename from php/phpxmlrpc/ChangeLog
rename to php/phpxmlrpc/doc/ChangeLog
index e032f79..afb9b81 100644 (file)
@@ -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;