mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
#65993 fix incorrect curlopt info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332015 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5eaa90f976
commit
5b851f93be
1 changed files with 4 additions and 4 deletions
|
@ -793,10 +793,10 @@
|
|||
Allows an application to select what kind of IP addresses to use when
|
||||
resolving host names. This is only interesting when using host names that
|
||||
resolve addresses using more than one version of IP, possible values are
|
||||
<constant>CURLOPT_IPRESOLVE_WHATEVER</constant>,
|
||||
<constant>CURLOPT_IPRESOLVE_V4</constant>,
|
||||
<constant>CURLOPT_IPRESOLVE_V6</constant>, by default
|
||||
<constant>CURLOPT_IPRESOLVE_WHATEVER</constant>.
|
||||
<constant>CURL_IPRESOLVE_WHATEVER</constant>,
|
||||
<constant>CURL_IPRESOLVE_V4</constant>,
|
||||
<constant>CURL_IPRESOLVE_V6</constant>, by default
|
||||
<constant>CURL_IPRESOLVE_WHATEVER</constant>.
|
||||
</entry>
|
||||
<entry valign="top">
|
||||
Added in cURL 7.10.8.
|
||||
|
|
Loading…
Reference in a new issue