We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97e377 commit 0806986Copy full SHA for 0806986
UPGRADING
@@ -193,7 +193,7 @@ PHP 8.5 UPGRADE NOTES
193
used by a cURL transfer. It is primarily useful when connection reuse or
194
connection pooling logic is needed in PHP-level applications. When
195
curl_getinfo() returns an array, this value is available as the "conn_id" key.
196
- . Added support for CURLINFO_QUEUE_TIME_T (libcurl >= 8.6.0) to the curl_getinfo()
+ . Added support for CURLINFO_QUEUE_TIME_T to the curl_getinfo()
197
function. This constant allows retrieving the time (in microseconds) that the
198
request spent in libcurl’s connection queue before it was sent.
199
This value can also be retrieved by passing CURLINFO_QUEUE_TIME_T to the
0 commit comments