Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions reference/curl/functions/curl-getinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
<para>
This may be one of the following constants:
<itemizedlist>
<listitem>
<simpara>
<constant>CURLINFO_CAINFO</constant> - Default built-in CA certificate path
</simpara>
</listitem>
<listitem>
<simpara>
<constant>CURLINFO_CAPATH</constant> - Default built-in CA path string
</simpara>
</listitem>
<listitem>
<simpara>
<constant>CURLINFO_EFFECTIVE_URL</constant> - Last effective URL
Expand Down Expand Up @@ -525,6 +535,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
Introduced <constant>CURLINFO_CAINFO</constant>
and <constant>CURLINFO_CAPATH</constant>.
</entry>
</row>
<row>
<entry>8.2.0</entry>
<entry>
Expand Down