php-src/ext/curl
Emre Çalışkan 7fb6afbe9f
Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147)
This patch adds support for the CURLINFO_QUEUE_TIME_T constant in the
curl_getinfo() function when compiled with libcurl >= 8.6.0.

CURLINFO_QUEUE_TIME_T This constant allows retrieving the time (in
microseconds) that the request spent in libcurl’s connection queue
before it was sent.
2025-07-17 14:56:07 +02:00
..
tests Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147) 2025-07-17 14:56:07 +02:00
config.m4 Remove curl OpenSSL locking for unsupported versions (#18784) 2025-07-16 11:06:21 +02:00
config.w32 Fix GH-17855: CURL_STATICLIB flag set even if linked with shared lib 2025-02-21 13:08:01 +01:00
CREDITS
curl.stub.php Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147) 2025-07-17 14:56:07 +02:00
curl_arginfo.h Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147) 2025-07-17 14:56:07 +02:00
curl_file.c Make lots of string pointers const (#10646) 2023-02-21 14:01:37 +00:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
curl_private.h Merge branch 'PHP-8.4' 2025-06-21 00:37:57 +02:00
interface.c Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147) 2025-07-17 14:56:07 +02:00
multi.c Merge branch 'PHP-8.4' 2025-06-21 00:37:57 +02:00
php_curl.h RFC: Add CurlSharePersistentHandle objects (#16937) 2025-01-06 21:52:00 +01:00
share.c Simplify callers of zval_try_get_long() (#18830) 2025-06-12 17:49:22 +02:00
sync-constants.php ext/curl: update sync-constants.php consts-ignore list 2025-03-04 21:21:00 +07:00