Skip to content

Commit a00f458

Browse files
AyeshGirgias
authored andcommitted
[PHP 8.4] Curl: Add CURL_HTTP_VERSION_3(ONLY) constants
Commit: php/php-src#15350 PHP.Watch: [PHP 8.4: Curl: New `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants for HTTP/3 support](https://php.watch/versions/8.4/CURL_HTTP_VERSION_3-CURL_HTTP_VERSION_3ONLY)
1 parent 0d3cf0d commit a00f458

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

reference/curl/constants.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,28 @@
13741374
</simpara>
13751375
</listitem>
13761376
</varlistentry>
1377+
<varlistentry xml:id="constant.curl-http-version-3">
1378+
<term>
1379+
<constant>CURL_HTTP_VERSION_3</constant>
1380+
(<type>int</type>)
1381+
</term>
1382+
<listitem>
1383+
<simpara>
1384+
Available as of PHP 8.4.0 and cURL 7.66.0.
1385+
</simpara>
1386+
</listitem>
1387+
</varlistentry>
1388+
<varlistentry xml:id="constant.curl-http-version-3only">
1389+
<term>
1390+
<constant>CURL_HTTP_VERSION_3ONLY</constant>
1391+
(<type>int</type>)
1392+
</term>
1393+
<listitem>
1394+
<simpara>
1395+
Available as of PHP 8.4.0 and cURL 7.88.0.
1396+
</simpara>
1397+
</listitem>
1398+
</varlistentry>
13771399
<varlistentry xml:id="constant.curl-http-version-none">
13781400
<term>
13791401
<constant>CURL_HTTP_VERSION_NONE</constant>

0 commit comments

Comments
 (0)