From 3dad63b5b25fc27604a38964b3bea885cbfbf1d3 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Mon, 18 Jan 2021 03:26:25 +0700 Subject: Curl: Add CURLOPT_DOH_URL option From libcurl version 7.62.0 and later, it supports DNS-over-HTTPS with [`CURLOPT_DOH_URL`](https://curl.se/libcurl/c/CURLOPT_DOH_URL.html) option. This adds integration with the `CURLOPT_DOH_URL` option if libcurl version is >= 7.62.0 (0x073E00). For reference, Ubuntu 20.04+ `libcurl4-openssl-dev`-based PHP builds use Curl 7.68. Closes GH-6612. --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index f30c0fb6bf..a73b350388 100644 --- a/UPGRADING +++ b/UPGRADING @@ -79,6 +79,9 @@ PHP 8.1 UPGRADE NOTES prefix similar to hexadecimal ("0x"/"0X) and binary ("0b"/"0B") integer literals RFC: https://wiki.php.net/rfc/explicit_octal_notation +- Curl: + . Added CURLOPT_DOH_URL option. + - hash: . The following functions have changed signatures: -- cgit v1.2.1