From: ggiunta Date: Tue, 17 Mar 2009 08:47:14 +0000 (+0000) Subject: - fix typo in example: port 443, not 4443 X-Git-Tag: 3.0.0-beta~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2423f1b10e10664e069e218d4963900b4dcdfe73;p=plcapi.git - fix typo in example: port 443, not 4443 git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@7 013ecfd8-0664-425d-a759-9c98391dc3f9 --- diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index a1c2b10a..547b02d2 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -1767,7 +1767,7 @@ $msg = new xmlrpcmsg("examples.getStateName", array(new xmlrpcval(23, "int"))); $client = new xmlrpc_client("http://phpxmlrpc.sourceforge.net/server.php"); -$another_client = new xmlrpc_client("https://james:bond@secret.service.com:4443/xmlrpcserver?agent=007"); +$another_client = new xmlrpc_client("https://james:bond@secret.service.com:443/xmlrpcserver?agent=007"); The second syntax does not allow to express a username and