Skip to content

Commit 16b1db4

Browse files
committed
[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 f414967 commit 16b1db4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reference/curl/functions/curl-version.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
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>An array of cURL features, associative array of all known cURL features, and whether they are supported (&true;) or not (&false;)</entry>
77+
</row>
7478
</tbody>
7579
</tgroup>
7680
</informaltable>
@@ -88,6 +92,12 @@
8892
</row>
8993
</thead>
9094
<tbody>
95+
<row>
96+
<entry>8.4.0</entry>
97+
<entry>
98+
<literal>features_list</literal> added.
99+
</entry>
100+
</row>
91101
<row>
92102
<entry>8.0.0</entry>
93103
<entry>

0 commit comments

Comments
 (0)