mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
eb5d601d1d
commit
a1ee6b934f
1 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,11 @@
|
|||
<literal>proxy_port</literal>, <literal>proxy_login</literal>
|
||||
and <literal>proxy_password</literal> are also available.
|
||||
For HTTPS client certificate authentication use
|
||||
<literal>local_cert</literal> and <literal>passphrase</literal> options.
|
||||
<literal>local_cert</literal> and <literal>passphrase</literal> options. An
|
||||
authentication may be supplied in the <literal>authentication</literal>
|
||||
option. The authentication method may be either
|
||||
<constant>SOAP_AUTHENTICATION_BASIC</constant> (default) or
|
||||
<constant>SOAP_AUTHENTICATION_DIGEST</constant>.
|
||||
</para>
|
||||
<para>
|
||||
The <literal>compression</literal> option allows to use compression
|
||||
|
|
Loading…
Reference in a new issue