Skip to content

Commit 0806986

Browse files
thecaliskanAyesh
andauthored
deleted the libcurl version requirement twice
Co-authored-by: Ayesh Karunaratne <[email protected]>
1 parent e97e377 commit 0806986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ PHP 8.5 UPGRADE NOTES
193193
used by a cURL transfer. It is primarily useful when connection reuse or
194194
connection pooling logic is needed in PHP-level applications. When
195195
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()
196+
. Added support for CURLINFO_QUEUE_TIME_T to the curl_getinfo()
197197
function. This constant allows retrieving the time (in microseconds) that the
198198
request spent in libcurl’s connection queue before it was sent.
199199
This value can also be retrieved by passing CURLINFO_QUEUE_TIME_T to the

0 commit comments

Comments
 (0)