diff --git a/reference/curl/constants_curl_getinfo.xml b/reference/curl/constants_curl_getinfo.xml
index c2295e288ee8..faddce225ea2 100644
--- a/reference/curl/constants_curl_getinfo.xml
+++ b/reference/curl/constants_curl_getinfo.xml
@@ -112,7 +112,7 @@
- Content length of download, read from Content-Length: field
+ Content length of download, read from Content-Length: field. Deprecated since cURL 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T instead.
@@ -135,7 +135,7 @@
- Specified size of upload
+ Specified size of upload. Deprecated since cURL 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T instead.
@@ -453,7 +453,7 @@
The protocol used in the last HTTP connection. The returned value will be exactly one of the CURLPROTO_* values.
- Available as of PHP 7.3.0 and cURL 7.52.0
+ Available as of PHP 7.3.0 and cURL 7.52.0. Deprecated since cURL 7.85.0. Use CURLINFO_SCHEME instead.
@@ -671,7 +671,7 @@
- Total number of bytes downloaded
+ Total number of bytes downloaded. Deprecated since cURL 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T instead.
@@ -694,7 +694,7 @@
- Total number of bytes uploaded
+ Total number of bytes uploaded. Deprecated since cURL 7.55.0. Use CURLINFO_SIZE_UPLOAD_T instead.
@@ -717,7 +717,7 @@
- Average download speed
+ Average download speed. Deprecated since cURL 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T instead.
@@ -740,7 +740,7 @@
- Average upload speed
+ Average upload speed. Deprecated since cURL 7.55.0. Use CURLINFO_SPEED_UPLOAD_T instead.
diff --git a/reference/curl/constants_curl_setopt.xml b/reference/curl/constants_curl_setopt.xml
index e2307cf4533e..cae73adddc1f 100644
--- a/reference/curl/constants_curl_setopt.xml
+++ b/reference/curl/constants_curl_setopt.xml
@@ -1528,7 +1528,7 @@
private is used.
Setting this option to &null; will disable kerberos support for FTP.
Defaults to &null;.
- Available as of cURL 7.16.4.
+ Available as of cURL 7.16.4 and deprecated as of cURL 8.17.0.
@@ -2280,13 +2280,13 @@
(int)
-
+
Bitmask of CURLPROTO_* values.
If used, this bitmask limits what protocols cURL may use in the transfer.
Defaults to CURLPROTO_ALL, ie. cURL will accept all protocols it supports.
- See also CURLOPT_REDIR_PROTOCOLS.
+ See also CURLOPT_REDIR_PROTOCOLS_STR.
Available as of cURL 7.19.4 and deprecated as of cURL 7.85.0.
-
+
@@ -3723,12 +3723,12 @@
(int)
-
+
&true; to enable and &false; to disable TLS false start
which is a mode where a TLS client starts sending application data
before verifying the server's Finished message.
- Available as of PHP 7.0.7 and cURL 7.42.0.
-
+ Available as of PHP 7.0.7 and cURL 7.42.0. Deprecated since cURL 8.15.0.
+