- xmlrpcs.inc: add a new member var in server class to allow fine-tuning of the encod...
[plcapi.git] / ChangeLog
index 8b19297..d89df0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-08-02 - G. Giunta (giunta.gaetano@gmail.com) thanks Laurens\r
+\r
+       * xmlrpcs.inc: add a new member var in server class to allow fine-tuning\r
+       of the encoding of returned values when the server is in 'phpvals' mode;\r
+       allow servers in 'xmlrpcvals' mode to also register plain php functions by\r
+       defining them in the dispatch map with an added option:\r
+       'parameters_type' => 'phpvals' (feature request #2806628)\r
+\r
+       * xmlrpc.inc: added new method xmrlpc_client::SetCurlOptions($array) to\r
+       allow extra flexibility in tweaking http config, such as explicitly\r
+       binding to an ip address (feature request #2787468); fix bad encoding if\r
+       same object is encoded twice using php_xmlrpc_encode; removed some by-ref\r
+       assignments and declarations\r
+\r
 2009-07-31 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
        * xmlrpc.inc: add support for dateTime objects in both in php_xmlrpc_encode\r
@@ -23,7 +37,7 @@
 2009-07-16 - G. Giunta (giunta.gaetano@gmail.com) thanks Jean-Jacques Sarton\r
 \r
        * xmlrpc.inc: add support for the <ex:nil/> from the apache library, both\r
-       in input and output\r
+       in input and output (feature request #...)\r
 \r
        * xmlrpc.inc, testsuite.php: remove usage of split(), deprecated in php 5.3\r
 \r
 \r
 2006-09-17 Gaetano Giunta <giunta.gaetano@gmail.com>\r
 \r
-       * xmlrpc.inc, xmlrpcs.inc, testsuite.php: added support for </NIL> and\r
+       * xmlrpc.inc, xmlrpcs.inc, testsuite.php: added support for <NIL/> and\r
        system.getCapabilities, and one more testcase to go with it\r
 \r
 2006-09-05 Gaetano Giunta <giunta.gaetano@gmail.com>\r
 2004-12-27  Miles Lott <milos@groupwhere.org>\r
        * xmlrpc.inc: A new constant, XMLRPC_EPI_ENABLED, is defined depending on\r
        the existence of the function, xmlrpc_decode.  This function will exist in\r
-       PHP if the      extension, XMLRPC-EPI (http://xmlrpc-epi.sourceforge.net), is\r
+       PHP if the extension, XMLRPC-EPI (http://xmlrpc-epi.sourceforge.net), is\r
        loaded.  It defines the functions xmlrpc_encode and xmlrpc_decode, which\r
        will conflict with functions of the same name in xmlrpc.inc.  If this\r
        extension is loaded, we instead use the names php_xmlrpc_encode and\r