- fix issue 2814470: Fix for signature-check mismatch in new-style servers
[plcapi.git] / ChangeLog
index cd80508..da7d5f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,30 @@
+2009-07-02 - G. Giunta (giunta.gaetano@gmail.com) thanks Heiko Stuebner\r
+\r
+       * xmlrpc.inc: fix: when checking the parameters against the signatures xmlrpc\r
+       checks for "array" but PHP returns "Array" resulting in a not matches signature\r
+\r
+2009-05-07 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * replace all usage of '= & new' with '= new', as this is deprecated in php 5\r
+       and has been shown to cause problems too\r
+\r
+2009-05-06 - G. Giunta (giunta.gaetano@gmail.com)\r
+\r
+       * create php4 branch, rename trunk to 3.0.0beta - it will be the php5-only version\r
+\r
+       * xmlrpc.inc: removed test fpr php version and inclusion of compat patches for really\r
+       really old versions of php 4\r
+\r
 2009-03-16 - G. Giunta (giunta.gaetano@gmail.com) thanks Tommaso Trani\r
 \r
+       * move from CVS to SVN on sf.net; file layout now is the same as in packaged lib\r
+\r
        * xmlrpc.inc: fix php warning when receiving 'false' in a bool value\r
 \r
+       * Makefile, doc/Makefile: alter to follow new file layout\r
+\r
+       * tagged and released as 2.2.2\r
+\r
 2009-02-03 - G. Giunta (giunta.gaetano@gmail.com)\r
 \r
        * debugger/action.php: improve code robustness when parsing system.listmethods\r