- fix typo in example: port 443, not 4443
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 17 Mar 2009 08:47:14 +0000 (08:47 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 17 Mar 2009 08:47:14 +0000 (08:47 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@7 013ecfd8-0664-425d-a759-9c98391dc3f9

doc/xmlrpc_php.xml

index a1c2b10..547b02d 100644 (file)
@@ -1767,7 +1767,7 @@ $msg = new xmlrpcmsg("examples.getStateName", array(new xmlrpcval(23, "int")));
 
         <programlisting language="php">
 $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");
 </programlisting>
 
         <para>The second syntax does not allow to express a username and