From 2423f1b10e10664e069e218d4963900b4dcdfe73 Mon Sep 17 00:00:00 2001 From: ggiunta Date: Tue, 17 Mar 2009 08:47:14 +0000 Subject: [PATCH] - 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 --- doc/xmlrpc_php.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0