Skip to content

Commit fd45557

Browse files
AyeshGirgias
authored andcommitted
[PHP 8.4] Curl: Add curl_version - features_list entry
Commit: php/php-src#13439 PHP.Watch: [PHP 8.4: Curl: `curl_version()` `feature_list` support](https://php.watch/versions/8.4/curl_version-feature_list)
1 parent 1870b4c commit fd45557

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/curl/functions/curl-version.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@
7171
<entry>protocols</entry>
7272
<entry>An array of protocols names supported by cURL</entry>
7373
</row>
74+
<row>
75+
<entry>feature_list</entry>
76+
<entry>
77+
An associative array of all known cURL features, and whether they
78+
are supported (&true;) or not (&false;)
79+
</entry>
80+
</row>
7481
</tbody>
7582
</tgroup>
7683
</informaltable>
@@ -88,6 +95,12 @@
8895
</row>
8996
</thead>
9097
<tbody>
98+
<row>
99+
<entry>8.4.0</entry>
100+
<entry>
101+
<literal>features_list</literal> added.
102+
</entry>
103+
</row>
91104
<row>
92105
<entry>8.0.0</entry>
93106
<entry>

0 commit comments

Comments
 (0)