We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CURLOPT_CAINFO_BLOB
1 parent 608815b commit e38c916Copy full SHA for e38c916
1 file changed
reference/curl/constants_curl_setopt.xml
@@ -183,8 +183,8 @@
183
</term>
184
<listitem>
185
<para>
186
- A <type>string</type> with the name of a PEM file holding one or more certificates to verify the
187
- peer with. This option overrides <constant>CURLOPT_CAINFO</constant>.
+ A binary <type>string</type> of PEM encoded content holding one or more certificates to verify
+ the peer with. This option overrides <constant>CURLOPT_CAINFO</constant>.
188
Available as of PHP 8.2.0 and cURL 7.77.0.
189
</para>
190
</listitem>
0 commit comments