1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Emre Çalışkan e84320ad75 Add support for CURLINFO_CONN_ID in curl_getinfo() (#18984)
This patch adds support for the CURLINFO_CONN_ID constant in the curl_getinfo() function when compiled with libcurl >= 8.2.0.

CURLINFO_CONN_ID allows retrieving the unique identifier of the underlying connection used in the most recent transfer. This is useful for advanced features like connection reuse tracking, diagnostics, or connection pooling implementations at the PHP level.
2025-07-16 11:08:19 +02:00
..
2025-06-23 13:58:19 +02:00
2025-03-14 10:51:50 +01:00
2025-06-18 20:47:40 +02:00
2025-07-15 20:39:30 +02:00
2025-03-08 12:27:56 +01:00
2025-07-14 14:28:55 +03:00
2025-07-15 21:07:25 +02:00
2025-04-19 14:11:35 +09:00
2025-07-07 16:28:58 +02:00
2025-05-24 20:39:59 +02:00
2025-06-10 09:59:43 +02:00
2025-07-15 22:28:44 +02:00
2025-06-09 11:26:27 +02:00
2025-06-21 18:03:50 +01:00