- welcome 2014
authorgggeek <giunta.gaetano@gmail.com>
Fri, 10 Jan 2014 18:07:33 +0000 (19:07 +0100)
committergggeek <giunta.gaetano@gmail.com>
Fri, 10 Jan 2014 18:07:33 +0000 (19:07 +0100)
13 files changed:
NEWS
debugger/action.php
debugger/common.php
debugger/controller.php
demo/client/simple_call.php
demo/server/proxy.php
doc/convert.php
doc/custom.fo.xsl
doc/custom.xsl
doc/highlight.php
lib/xmlrpc_wrappers.inc
test/benchmark.php
test/verify_compat.php

diff --git a/NEWS b/NEWS
index a7cbac8..40adb36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-XML-RPC for PHP version 3.0.0 - 2013/xx/yy\r
+XML-RPC for PHP version 3.0.0 - 2014/xx/yy\r
 \r
 This release corrects all bugs that have been reported and successfully reproduced since\r
 version 3.0.0 beta.\r
 \r
 This release corrects all bugs that have been reported and successfully reproduced since\r
 version 3.0.0 beta.\r
index d10c956..03a1242 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
 <?php
 /**
  * @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 switch params for http compression from 0,1,2 to values to be used directly
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index 6404197..adaf366 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
 <?php
 /**
  * @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 switch params for http compression from 0,1,2 to values to be used directly
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index 3beefb6..98550c9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
 <?php
 /**
  * @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 links to documentation from every option caption
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add links to documentation from every option caption
index f069a9e..9d47dc8 100644 (file)
@@ -2,13 +2,13 @@
 /**
  * Helper function for the terminally lazy
  *
 /**
  * Helper function for the terminally lazy
  *
- * @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
  */
 
        /**
         * Takes a client object, a remote method name, and a variable numbers of
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
        /**
         * Takes a client object, a remote method name, and a variable numbers of
-        * php values, and calls the method with the supplied parameters. The 
+        * php values, and calls the method with the supplied parameters. The
         * parameters are native php values and the result is an xmlrpcresp object.
         *
         * Notes:
         * parameters are native php values and the result is an xmlrpcresp object.
         *
         * Notes:
index 473c26b..684be95 100644 (file)
@@ -5,7 +5,7 @@
  * the originating server)
  *
  * @author Gaetano Giunta
  * the originating server)
  *
  * @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
  */
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
index 3e80791..c613445 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Script used to convert docbook source to human readable docs
  *
 /**
  * Script used to convert docbook source to human readable docs
  *
- * @copyright (c) 2007-2013 G. Giunta
+ * @copyright (c) 2007-2014 G. Giunta
  */
 
 if ($_SERVER['argc'] < 4)
  */
 
 if ($_SERVER['argc'] < 4)
index 481107d..87abe8b 100644 (file)
@@ -1,11 +1,11 @@
 <?xml version='1.0'?>\r
 <?xml version='1.0'?>\r
-<xsl:stylesheet  \r
+<xsl:stylesheet\r
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"\r
        xmlns:fo="http://www.w3.org/1999/XSL/Format">\r
 <!--\r
  Customization xsl stylesheet for docbook to pdf transform\r
  @author Gaetano Giunta\r
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"\r
        xmlns:fo="http://www.w3.org/1999/XSL/Format">\r
 <!--\r
  Customization xsl stylesheet for docbook to pdf transform\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2013 G. Giunta\r
+ @copyright (c) 2007-2014 G. Giunta\r
  @license\r
 -->\r
 \r
  @license\r
 -->\r
 \r
index 7feea37..4a803a4 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version='1.0'?>\r
 <?xml version='1.0'?>\r
-<xsl:stylesheet  \r
+<xsl:stylesheet\r
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">\r
 <!--\r
  Customization xsl stylesheet for docbook to chunked html transform\r
  @author Gaetano Giunta\r
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">\r
 <!--\r
  Customization xsl stylesheet for docbook to chunked html transform\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2013 G. Giunta\r
+ @copyright (c) 2007-2014 G. Giunta\r
  @license\r
 -->\r
 \r
  @license\r
 -->\r
 \r
index 9ffe49f..eb8eacb 100644 (file)
@@ -3,7 +3,7 @@
  * takes a dir as arg, highlights all php code found in html files inside
  *
  * @author Gaetano Giunta
  * 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)
  */
 
 function highlight($file)
index dc90880..4a92348 100644 (file)
@@ -4,7 +4,7 @@
  * Generate stubs to transparently access xmlrpc methods as php functions and viceversa\r
  *\r
  * @author Gaetano Giunta\r
  * Generate stubs to transparently access xmlrpc methods as php functions and viceversa\r
  *\r
  * @author Gaetano Giunta\r
- * @copyright (C) 2006-2013 G. Giunta\r
+ * @copyright (C) 2006-2014 G. Giunta\r
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt\r
  *\r
  * @todo separate introspection from code generation for func-2-method wrapping\r
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt\r
  *\r
  * @todo separate introspection from code generation for func-2-method wrapping\r
index 19ad334..700e487 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Benchamrking suite for the PHP-XMLRPC lib
  * @author Gaetano Giunta
 /**
  * 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?
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add a test for response ok in call testing?
index bdb4ba9..1d36107 100644 (file)
@@ -3,7 +3,7 @@
  * Verify compatibility level of current php install with php-xmlrpc lib
  *
  * @author Gaetano Giunta
  * 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?
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add a test for php output buffering?