mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
POODLE commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335076 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71d67bbda8
commit
60917b8446
1 changed files with 10 additions and 2 deletions
|
@ -723,8 +723,16 @@
|
|||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_SSLVERSION</constant></entry>
|
||||
<entry valign="top">
|
||||
The SSL version (2 or 3) to use. By default PHP will try to determine
|
||||
this itself, although in some cases this must be set manually.
|
||||
One of <constant>CURL_SSLVERSION_DEFAULT</constant> (0),
|
||||
<constant>CURL_SSLVERSION_TLSv1</constant> (1),
|
||||
<constant>CURL_SSLVERSION_SSLv2</constant> (2) or
|
||||
<constant>CURL_SSLVERSION_SSLv3</constant> (3).
|
||||
<note>
|
||||
<para>
|
||||
Setting this to anything other than 0 or 1 is dangerous given
|
||||
the known vulnerabilities in SSLv2 and SSLv3.
|
||||
</para>
|
||||
</note>
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
</entry>
|
||||
|
|
Loading…
Reference in a new issue