From 1b20c1862afa2ef0cc1f965bfa76ddd3d1d303b0 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 18 Jan 2014 17:21:14 +0100 Subject: [PATCH] Update docs with new project hosting --- doc/xmlrpc_php.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index c664c7c..9262814 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -113,7 +113,8 @@ PHP-XMLRPC User manual url="http://usefulinc.com/">Useful Information Company. As of the 1.0 stable release, the project was opened to wider involvement and moved to SourceForge. + url="http://phpxmlrpc.sourceforge.net/">SourceForge; later, to Github A list of XML-RPC implementations for other languages such as Perl and Python can be found on the The XML-RPC for PHP development is hosted on phpxmlrpc.sourceforge.net. + url="https://github.com/gggeek/phpxmlrpc">github.com/gggeek/phpxmlrpc. Bugs, feature requests and patches can be posted to the project's + url="https://github.com/gggeek/phpxmlrpc/issues">project's website. @@ -1337,9 +1338,9 @@ $myStruct = new xmlrpcval( array( "street" => new xmlrpcval("Fifht Ave", "string"), "city" => new xmlrpcval("NY", "string") - ), + ), "struct") - ), + ), "struct"); @@ -2387,7 +2388,7 @@ $client = new xmlrpc_client("/RPC2", "betty.userland.com", 80); Example usage: -$client = new xmlrpc_client("phpxmlrpc.sourceforge.net/server"); +$client = new xmlrpc_client("phpxmlrpc.sourceforge.net/server.php"); $client->return_type = 'phpvals'; $message = new xmlrpcmsg("examples.getStateName", array(new xmlrpcval(23, "int"))); $resp = $client->send($message); -- 2.43.0