Skip to content

Commit e38c916

Browse files
authored
curl: Clarify correct behaviour of CURLOPT_CAINFO_BLOB (#4746)
1 parent 608815b commit e38c916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/curl/constants_curl_setopt.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
</term>
184184
<listitem>
185185
<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>.
186+
A binary <type>string</type> of PEM encoded content holding one or more certificates to verify
187+
the peer with. This option overrides <constant>CURLOPT_CAINFO</constant>.
188188
Available as of PHP 8.2.0 and cURL 7.77.0.
189189
</para>
190190
</listitem>

0 commit comments

Comments
 (0)