Welcome 2015
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Feb 2015 19:28:19 +0000 (19:28 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Feb 2015 19:28:19 +0000 (19:28 +0000)
12 files changed:
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
src/Wrapper.php
tests/benchmark.php
tests/verify_compat.php

index b12da80..4c39c62 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2014 G. Giunta
+ * @copyright (C) 2005-2015 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
index 83153bb..69b89ba 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2014 G. Giunta
+ * @copyright (C) 2005-2015 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
index 4db9990..2435c02 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2014 G. Giunta
+ * @copyright (C) 2005-2015 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add links to documentation from every option caption
index 8a36ece..ffb66dd 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Helper function for the terminally lazy.
  *
- * @copyright (c) 2006-2014 G. Giunta
+ * @copyright (c) 2006-2015 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
index 80a3f60..3f09d7e 100644 (file)
@@ -5,7 +5,7 @@
  * the originating server).
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2014 G. Giunta
+ * @copyright (C) 2006-2015 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 include_once __DIR__ . "/../../vendor/autoload.php";
index a811c4e..9cfe0f3 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Script used to convert docbook source to human readable docs.
  *
- * @copyright (c) 2007-2014 G. Giunta
+ * @copyright (c) 2007-2015 G. Giunta
  */
 if ($_SERVER['argc'] < 4) {
     die("Usage: php convert.php docbook.xml \path\\to\stylesheet.xsl output-dir|output_file\n");
index 5459826..215a12f 100644 (file)
@@ -5,7 +5,7 @@
 <!--\r
  Customization xsl stylesheet for docbook to pdf transform\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2014 G. Giunta\r
+ @copyright (c) 2007-2015 G. Giunta\r
  @license\r
  @todo make the xsl more dynamic: the path to import docbook.xsl could be f.e. rewritten/injected by the php user\r
 -->\r
index b362d42..5efa666 100644 (file)
@@ -4,7 +4,7 @@
 <!--\r
  Customization xsl stylesheet for docbook to chunked html transform\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2014 G. Giunta\r
+ @copyright (c) 2007-2015 G. Giunta\r
  @license\r
  @todo make the xsl more dynamic: the path to import chunk.xsl could be f.e. rewritten/injected by the php user\r
 -->\r
index 82afde5..9f44b2c 100644 (file)
@@ -3,7 +3,7 @@
  * takes a dir as arg, highlights all php code found in html files inside.
  *
  * @author Gaetano Giunta
- * @copyright (c) 2007-2014 G. Giunta
+ * @copyright (c) 2007-2015 G. Giunta
  */
 function highlight($file)
 {
index dc40e39..6ca3669 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2006-2014 G. Giunta
+ * @copyright (C) 2006-2015 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
index 62d6ef6..32a3fed 100644 (file)
@@ -3,7 +3,7 @@
  * Benchmarking suite for the PHP-XMLRPC lib.
  *
  * @author Gaetano Giunta
- * @copyright (c) 2005-2014 G. Giunta
+ * @copyright (c) 2005-2015 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
index 85dee62..7d6d38a 100644 (file)
@@ -3,7 +3,7 @@
  * Verify compatibility level of current php install with php-xmlrpc lib.
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2014 G. Giunta
+ * @copyright (C) 2006-2015 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add a test for php output buffering?