[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix SSLVERSION missing CURL_SSLVERSION_TLSv1_3 (#2314)
From:       Yao via GitHub <noreply () php ! net>
Date:       2023-02-24 10:16:42
Message-ID: AHeDd7Z3syAEoD6brZgU6rDVY38bWoUv6nj9uoaPzQ () main ! php ! net
[Download RAW message or body]

Author: Yao (Sy-Dante)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2023-02-24T10:03:33Z

Commit: https://github.com/php/doc-en/commit/52dbbb3856a16174bfd0a96e6df8c52f236397eb
Raw diff: https://github.com/php/doc-en/commit/52dbbb3856a16174bfd0a96e6df8c52f236397eb.diff


Fix SSLVERSION missing CURL_SSLVERSION_TLSv1_3 (#2314)

* Fix SSLVERSION missing CURL_SSLVERSION_TLSv1_3

Changed paths:
  M  reference/curl/constants.xml
  M  reference/curl/functions/curl-setopt.xml


Diff:

diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml
index 5722017536b..627524f08ce 100644
--- a/reference/curl/constants.xml
+++ b/reference/curl/constants.xml
@@ -845,6 +845,17 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curlopt-sslversion-tlsv1-3">
+   <term>
+    <constant>CURL_SSLVERSION_TLSv1_3</constant>
+    (<type>int</type>)
+   </term>
+   <listitem>
+    <simpara>
+
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.curlopt-timecondition">
    <term>
     <constant>CURLOPT_TIMECONDITION</constant>
diff --git a/reference/curl/functions/curl-setopt.xml \
b/reference/curl/functions/curl-setopt.xml index e92f614f869..92c3399c067 100644
--- a/reference/curl/functions/curl-setopt.xml
+++ b/reference/curl/functions/curl-setopt.xml
@@ -1002,8 +1002,9 @@
             <constant>CURL_SSLVERSION_SSLv2</constant> (2),
             <constant>CURL_SSLVERSION_SSLv3</constant> (3),
             <constant>CURL_SSLVERSION_TLSv1_0</constant> (4),
-            <constant>CURL_SSLVERSION_TLSv1_1</constant> (5) or
-            <constant>CURL_SSLVERSION_TLSv1_2</constant> (6).
+            <constant>CURL_SSLVERSION_TLSv1_1</constant> (5),
+            <constant>CURL_SSLVERSION_TLSv1_2</constant> (6) or
+            <constant>CURL_SSLVERSION_TLSv1_3</constant> (7).
             The maximum TLS version can be set by using one of the \
                <constant>CURL_SSLVERSION_MAX_*</constant>
             constants. It is also possible to OR one of the \
                <constant>CURL_SSLVERSION_*</constant>
             constants with one of the <constant>CURL_SSLVERSION_MAX_*</constant> \
constants.

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic