Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 7, 2024
1 parent 24b7bd4 commit 5d7577c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion debugger/action.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion debugger/common.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion debugger/controller.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion demo/server/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down
4 changes: 2 additions & 2 deletions doc/manual/phpxmlrpc_manual.adoc
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extras/benchmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extras/verify_compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class PhpXmlRpc
/**
* @var string
*/
public static $xmlrpcVersion = "4.10.4";
public static $xmlrpcVersion = "4.11.0";

/**
* @var int
Expand Down
2 changes: 1 addition & 1 deletion tests/parse_args.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit_coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
**/

Expand Down

0 comments on commit 5d7577c

Please sign in to comment.