mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #52938 (CURLOPT_CERTINFO not documented, available since 5.3.2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304496 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3247b212f4
commit
8c46e662ef
1 changed files with 11 additions and 0 deletions
|
@ -82,6 +82,17 @@
|
|||
<entry valign="top">
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_CERTINFO</constant></entry>
|
||||
<entry valign="top">
|
||||
&true; to output SSL certification information to <literal>STDERR</literal>
|
||||
on secure transfers.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Available since PHP 5.3.2. Requires <constant>CURLOPT_VERBOSE</constant> to be
|
||||
on to have an effect.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry valign="top"><constant>CURLOPT_CRLF</constant></entry>
|
||||
<entry valign="top">
|
||||
|
|
Loading…
Reference in a new issue