<?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
<?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
<?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
* - 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
*/
= 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:
==== $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
* 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
* 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?
/**
* @var string
*/
- public static $xmlrpcVersion = "4.10.4";
+ public static $xmlrpcVersion = "4.11.0";
/**
* @var int
* @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 ?
/**
* 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
**/