tag for release
authorgggeek <giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:42:34 +0000 (14:42 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 7 Sep 2024 14:42:34 +0000 (14:42 +0000)
debugger/action.php
debugger/common.php
debugger/controller.php
demo/server/proxy.php
doc/manual/phpxmlrpc_manual.adoc
extras/benchmark.php
extras/verify_compat.php
src/PhpXmlRpc.php
tests/parse_args.php
tests/phpunit_coverage.php

index 569d432..06493f5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2023 G. Giunta
+ * @copyright (C) 2005-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index e3d2c6c..1133224 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2023 G. Giunta
+ * @copyright (C) 2005-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * Parses GET/POST variables
index f6c766f..969e086 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2023 G. Giunta
+ * @copyright (C) 2005-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add links to documentation from every option caption
index 9ca3d4c..b6695d8 100644 (file)
@@ -12,7 +12,7 @@
  * - usage of multiple signatures for one xml-rpc method
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2023 G. Giunta
+ * @copyright (C) 2006-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  */
 
index 62b52af..8ad94ef 100644 (file)
@@ -1,6 +1,6 @@
 = XML-RPC for PHP User Manual
 Gaetano Giunta; Edd Dumbill
-4.10.4
+4.11.0
 :keywords: xml-rpc, xml, rpc, webservices, http
 :title-page:
 :toc:
@@ -1117,7 +1117,7 @@ string.
 
 ==== $xmlrpcVersion
 
-    PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.4"
+    PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.0"
 
 The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
 building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need
index b8f5521..d09ca37 100644 (file)
@@ -3,7 +3,7 @@
  * Benchmarking suite for the PHPXMLRPC lib.
  *
  * @author Gaetano Giunta
- * @copyright (c) 2005-2023 G. Giunta
+ * @copyright (c) 2005-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a check for response ok in call testing
index 6f7b24b..0d4a721 100644 (file)
@@ -3,7 +3,7 @@
  * Verify compatibility level of current php install with php-xmlrpc lib.
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2023 G. Giunta
+ * @copyright (C) 2006-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a test for php output buffering?
index 29f1c04..6ada11a 100644 (file)
@@ -119,7 +119,7 @@ class PhpXmlRpc
     /**
      * @var string
      */
-    public static $xmlrpcVersion = "4.10.4";
+    public static $xmlrpcVersion = "4.11.0";
 
     /**
      * @var int
index 463e499..89870cf 100644 (file)
@@ -13,7 +13,7 @@
  * @param int     SSLVERSION
  * @param string  PROXYSERVER
  *
- * @copyright (C) 2007-2023 G. Giunta
+ * @copyright (C) 2007-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo rename both the class and the file. PhpXmlRpc_TestConfigParser ?
index f49f7c7..3c15eac 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Used to serve back the server-side code coverage results to phpunit-selenium
  *
- * @copyright (C) 2007-2023 G. Giunta
+ * @copyright (C) 2007-2024 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  **/