Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions reference/curl/constants_curl_getinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</term>
<listitem>
<simpara>
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 <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -135,7 +135,7 @@
</term>
<listitem>
<simpara>
Specified size of upload
Specified size of upload. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -453,7 +453,7 @@
<listitem>
<simpara>
The protocol used in the last HTTP connection. The returned value will be exactly one of the <constant>CURLPROTO_<replaceable>*</replaceable></constant> 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 <constant>CURLINFO_SCHEME</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -671,7 +671,7 @@
</term>
<listitem>
<simpara>
Total number of bytes downloaded
Total number of bytes downloaded. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SIZE_DOWNLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -694,7 +694,7 @@
</term>
<listitem>
<simpara>
Total number of bytes uploaded
Total number of bytes uploaded. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SIZE_UPLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -717,7 +717,7 @@
</term>
<listitem>
<simpara>
Average download speed
Average download speed. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SPEED_DOWNLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -740,7 +740,7 @@
</term>
<listitem>
<simpara>
Average upload speed
Average upload speed. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SPEED_UPLOAD_T</constant> instead.
</simpara>
</listitem>
</varlistentry>
Expand Down
14 changes: 7 additions & 7 deletions reference/curl/constants_curl_setopt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@
<literal>private</literal> 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.
Comment thread
Sjord marked this conversation as resolved.
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -2280,13 +2280,13 @@
(<type>int</type>)
</term>
<listitem>
<para>
<simpara>
Bitmask of <constant>CURLPROTO_<replaceable>*</replaceable></constant> values.
If used, this bitmask limits what protocols cURL may use in the transfer.
Defaults to <constant>CURLPROTO_ALL</constant>, ie. cURL will accept all protocols it supports.
See also <constant>CURLOPT_REDIR_PROTOCOLS</constant>.
See also <constant>CURLOPT_REDIR_PROTOCOLS_STR</constant>.
Available as of cURL 7.19.4 and deprecated as of cURL 7.85.0.
</para>
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.curlopt-protocols-str">
Expand Down Expand Up @@ -3723,12 +3723,12 @@
(<type>int</type>)
</term>
<listitem>
<para>
<simpara>
&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 <literal>Finished</literal> message.
Available as of PHP 7.0.7 and cURL 7.42.0.
</para>
Available as of PHP 7.0.7 and cURL 7.42.0. Deprecated since cURL 8.15.0.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.curlopt-ssl-options">
Expand Down