Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 17, 2025
1 parent d4814b5 commit 06b9d72
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## XML-RPC for PHP version 4.11.1 - 2025/1/17

* fixed: removed one warning emitted by the Server on php 8.4 and later (issue #125, thanks @ziegenberg)


## XML-RPC for PHP version 4.11.0 - 2024/9/7

* new: added new Client option `Client::OPT_EXTRA_HEADERS`, useful to set custom HTTP headers
Expand Down
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-2024 G. Giunta
* @copyright (C) 2005-2025 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-2024 G. Giunta
* @copyright (C) 2005-2025 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-2024 G. Giunta
* @copyright (C) 2005-2025 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-2024 G. Giunta
* @copyright (C) 2006-2025 G. Giunta
* @license code licensed under the BSD License: see file license.txt
*/

Expand Down
2 changes: 1 addition & 1 deletion doc/manual/phpxmlrpc_manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ string.

==== $xmlrpcVersion

PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.0"
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.11.1"

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-2024 G. Giunta
* @copyright (C) 2005-2025 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-2024 G. Giunta
* @copyright (C) 2006-2025 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.11.0";
public static $xmlrpcVersion = "4.11.1";

/**
* @var int
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-2024 G. Giunta
* @copyright (C) 2007-2025 G. Giunta
* @license code licensed under the BSD License: see file license.txt
**/

Expand Down

0 comments on commit 06b9d72

Please sign in to comment.