summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAyesh Karunaratne <ayesh@aye.sh>2021-01-18 03:26:25 +0700
committerNikita Popov <nikita.ppv@gmail.com>2021-01-18 10:00:31 +0100
commit3dad63b5b25fc27604a38964b3bea885cbfbf1d3 (patch)
treec661a90744730fa0d2ac945d695a3745c4437087 /UPGRADING
parent2d0dd4d08f50e758a601f2199db4a78d9fc58348 (diff)
downloadphp-git-3dad63b5b25fc27604a38964b3bea885cbfbf1d3.tar.gz
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.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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: