From a1ee6b934ff344e1d849f2014f464db7ef3a98e5 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 7 Jan 2010 10:51:05 +0000 Subject: [PATCH] Fixed bug #50658 (SoapClient::SoapClient documentation missing for authentication option) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293210 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/soapclient/soapclient.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/soap/soapclient/soapclient.xml b/reference/soap/soapclient/soapclient.xml index fb05cec5a9..6d25d03d0f 100644 --- a/reference/soap/soapclient/soapclient.xml +++ b/reference/soap/soapclient/soapclient.xml @@ -67,7 +67,11 @@ proxy_port, proxy_login and proxy_password are also available. For HTTPS client certificate authentication use - local_cert and passphrase options. + local_cert and passphrase options. An + authentication may be supplied in the authentication + option. The authentication method may be either + SOAP_AUTHENTICATION_BASIC (default) or + SOAP_AUTHENTICATION_DIGEST. The compression option allows to use compression