From 359b82f62245b2323ead94b2e041a3d82f17467f Mon Sep 17 00:00:00 2001 From: gggeek Date: Fri, 10 Jan 2014 19:07:33 +0100 Subject: [PATCH 1/1] - welcome 2014 --- NEWS | 2 +- debugger/action.php | 2 +- debugger/common.php | 2 +- debugger/controller.php | 2 +- demo/client/simple_call.php | 4 ++-- demo/server/proxy.php | 2 +- doc/convert.php | 2 +- doc/custom.fo.xsl | 4 ++-- doc/custom.xsl | 4 ++-- doc/highlight.php | 2 +- lib/xmlrpc_wrappers.inc | 2 +- test/benchmark.php | 2 +- test/verify_compat.php | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) 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? -- 2.43.0