We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl_version
features_list
1 parent 1870b4c commit fd45557Copy full SHA for fd45557
reference/curl/functions/curl-version.xml
@@ -71,6 +71,13 @@
71
<entry>protocols</entry>
72
<entry>An array of protocols names supported by cURL</entry>
73
</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>
81
</tbody>
82
</tgroup>
83
</informaltable>
@@ -88,6 +95,12 @@
88
95
89
96
</thead>
90
97
<tbody>
98
99
+ <entry>8.4.0</entry>
100
101
+ <literal>features_list</literal> added.
102
103
91
104
<row>
92
105
<entry>8.0.0</entry>
93
106
<entry>
0 commit comments