X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=doc%2Fxmlrpc_php.xml;h=9262814f8308dcc642ecd0aa32acbd4988ecce2a;hb=1b20c1862afa2ef0cc1f965bfa76ddd3d1d303b0;hp=c664c7c4eba8b32ca7243f5d4c4c70e75c754ceb;hpb=359b82f62245b2323ead94b2e041a3d82f17467f;p=plcapi.git 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);