diff --git a/reference/curl/functions/curl-getinfo.xml b/reference/curl/functions/curl-getinfo.xml index 5672e0439220..9fded2785fbf 100644 --- a/reference/curl/functions/curl-getinfo.xml +++ b/reference/curl/functions/curl-getinfo.xml @@ -29,6 +29,16 @@ This may be one of the following constants: + + + CURLINFO_CAINFO - Default built-in CA certificate path + + + + + CURLINFO_CAPATH - Default built-in CA path string + + CURLINFO_EFFECTIVE_URL - Last effective URL @@ -525,6 +535,13 @@ + + 8.3.0 + + Introduced CURLINFO_CAINFO + and CURLINFO_CAPATH. + + 8.2.0