Skip to content

Commit 5d7577c

Browse files
committed
tag for release
1 parent 24b7bd4 commit 5d7577c

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

debugger/action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @author Gaetano Giunta
4-
* @copyright (C) 2005-2023 G. Giunta
4+
* @copyright (C) 2005-2024 G. Giunta
55
* @license code licensed under the BSD License: see file license.txt
66
*
77
* @todo switch params for http compression from 0,1,2 to values to be used directly

debugger/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @author Gaetano Giunta
4-
* @copyright (C) 2005-2023 G. Giunta
4+
* @copyright (C) 2005-2024 G. Giunta
55
* @license code licensed under the BSD License: see file license.txt
66
*
77
* Parses GET/POST variables

debugger/controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @author Gaetano Giunta
4-
* @copyright (C) 2005-2023 G. Giunta
4+
* @copyright (C) 2005-2024 G. Giunta
55
* @license code licensed under the BSD License: see file license.txt
66
*
77
* @todo add links to documentation from every option caption

demo/server/proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* - usage of multiple signatures for one xml-rpc method
1313
*
1414
* @author Gaetano Giunta
15-
* @copyright (C) 2006-2023 G. Giunta
15+
* @copyright (C) 2006-2024 G. Giunta
1616
* @license code licensed under the BSD License: see file license.txt
1717
*/
1818

doc/manual/phpxmlrpc_manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= XML-RPC for PHP User Manual
22
Gaetano Giunta; Edd Dumbill
3-
4.10.4
3+
4.11.0
44
:keywords: xml-rpc, xml, rpc, webservices, http
55
:title-page:
66
:toc:
@@ -1117,7 +1117,7 @@ string.
11171117

11181118
==== $xmlrpcVersion
11191119

1120-
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.4"
1120+
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.0"
11211121

11221122
The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
11231123
building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need

extras/benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Benchmarking suite for the PHPXMLRPC lib.
44
*
55
* @author Gaetano Giunta
6-
* @copyright (c) 2005-2023 G. Giunta
6+
* @copyright (c) 2005-2024 G. Giunta
77
* @license code licensed under the BSD License: see file license.txt
88
*
99
* @todo add a check for response ok in call testing

extras/verify_compat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Verify compatibility level of current php install with php-xmlrpc lib.
44
*
55
* @author Gaetano Giunta
6-
* @copyright (C) 2006-2023 G. Giunta
6+
* @copyright (C) 2006-2024 G. Giunta
77
* @license code licensed under the BSD License: see file license.txt
88
*
99
* @todo add a test for php output buffering?

src/PhpXmlRpc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class PhpXmlRpc
119119
/**
120120
* @var string
121121
*/
122-
public static $xmlrpcVersion = "4.10.4";
122+
public static $xmlrpcVersion = "4.11.0";
123123

124124
/**
125125
* @var int

tests/parse_args.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param int SSLVERSION
1414
* @param string PROXYSERVER
1515
*
16-
* @copyright (C) 2007-2023 G. Giunta
16+
* @copyright (C) 2007-2024 G. Giunta
1717
* @license code licensed under the BSD License: see file license.txt
1818
*
1919
* @todo rename both the class and the file. PhpXmlRpc_TestConfigParser ?

tests/phpunit_coverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Used to serve back the server-side code coverage results to phpunit-selenium
44
*
5-
* @copyright (C) 2007-2023 G. Giunta
5+
* @copyright (C) 2007-2024 G. Giunta
66
* @license code licensed under the BSD License: see file license.txt
77
**/
88

0 commit comments

Comments
 (0)