From: gggeek Date: Fri, 10 Jan 2014 18:07:33 +0000 (+0100) Subject: - welcome 2014 X-Git-Tag: 3.0.0~11 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=359b82f62245b2323ead94b2e041a3d82f17467f - welcome 2014 --- diff --git a/NEWS b/NEWS index a7cbac8..40adb36 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -XML-RPC for PHP version 3.0.0 - 2013/xx/yy +XML-RPC for PHP version 3.0.0 - 2014/xx/yy This release corrects all bugs that have been reported and successfully reproduced since version 3.0.0 beta. diff --git a/debugger/action.php b/debugger/action.php index d10c956..03a1242 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -1,7 +1,7 @@ - diff --git a/doc/custom.xsl b/doc/custom.xsl index 7feea37..4a803a4 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -1,10 +1,10 @@ - diff --git a/doc/highlight.php b/doc/highlight.php index 9ffe49f..eb8eacb 100644 --- a/doc/highlight.php +++ b/doc/highlight.php @@ -3,7 +3,7 @@ * takes a dir as arg, highlights all php code found in html files inside * * @author Gaetano Giunta - * @copyright (c) 2007-2013 G. Giunta + * @copyright (c) 2007-2014 G. Giunta */ function highlight($file) diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index dc90880..4a92348 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -4,7 +4,7 @@ * Generate stubs to transparently access xmlrpc methods as php functions and viceversa * * @author Gaetano Giunta - * @copyright (C) 2006-2013 G. Giunta + * @copyright (C) 2006-2014 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo separate introspection from code generation for func-2-method wrapping diff --git a/test/benchmark.php b/test/benchmark.php index 19ad334..700e487 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -2,7 +2,7 @@ /** * Benchamrking suite for the PHP-XMLRPC lib * @author Gaetano Giunta - * @copyright (c) 2005-2013 G. Giunta + * @copyright (c) 2005-2014 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo add a test for response ok in call testing? diff --git a/test/verify_compat.php b/test/verify_compat.php index bdb4ba9..1d36107 100644 --- a/test/verify_compat.php +++ b/test/verify_compat.php @@ -3,7 +3,7 @@ * Verify compatibility level of current php install with php-xmlrpc lib * * @author Gaetano Giunta - * @copyright (C) 2006-2013 G. Giunta + * @copyright (C) 2006-2014 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo add a test for php output buffering?