* Fixed #50428 (SOAPClient::SOAPClient documentation missing trace option)

* Fixed #50429 (SOAPClient::SOAPClient documentation doesn't specify default soap_version)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292410 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-12-21 12:11:27 +00:00
parent afb526ce12
commit 3b3842390f

View file

@ -57,7 +57,7 @@
</para>
<para>
The <literal>soap_version</literal> option specifies whether to use SOAP
1.1, or SOAP 1.2 client.
1.1 (default), or SOAP 1.2 client.
</para>
<para>
For HTTP authentication, the <literal>login</literal> and
@ -78,6 +78,10 @@
encoding. This option does not change the encoding of SOAP requests (it is
always utf-8), but converts strings into it.
</para>
<para>
The <literal>trace</literal> option enables tracing of request so faults
can be backtraced. This defaults to &false;
</para>
<para>
The <literal>classmap</literal> option can be used to map some WSDL
types to PHP classes. This option must be an array with WSDL types