#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:
Joe Watkins 2013-10-30 06:42:59 +00:00
parent 5eaa90f976
commit 5b851f93be

View file

@ -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.