From 5b851f93bef31e805d6397f9065a5c4cf8c0774f Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Wed, 30 Oct 2013 06:42:59 +0000 Subject: [PATCH] #65993 fix incorrect curlopt info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332015 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index 3ad3601e6b..1f4e72f182 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -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 - CURLOPT_IPRESOLVE_WHATEVER, - CURLOPT_IPRESOLVE_V4, - CURLOPT_IPRESOLVE_V6, by default - CURLOPT_IPRESOLVE_WHATEVER. + CURL_IPRESOLVE_WHATEVER, + CURL_IPRESOLVE_V4, + CURL_IPRESOLVE_V6, by default + CURL_IPRESOLVE_WHATEVER. Added in cURL 7.10.8.