From c3d2e2b5b20b0784ae4b402aa45c15afef9536fe Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 3 Mar 2024 00:57:11 +0700 Subject: [PATCH] ext/curl: Change UPGRADING file entry for curl_version-feature_list to correct section --- UPGRADING | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/UPGRADING b/UPGRADING index e5c41413e609e..22cfd22c30932 100644 --- a/UPGRADING +++ b/UPGRADING @@ -165,6 +165,11 @@ PHP 8.4 UPGRADE NOTES requests in non-POST HTTP requests. RFC: https://wiki.php.net/rfc/rfc1867-non-post +- Curl: + . curl_version() returns an additional feature_list value, which is an + associative array of all known Curl features, and whether they are + supported (true) or not (false). + - Date: . Added static methods DateTime[Immutable]::createFromTimestamp(int|float $timestamp): static. @@ -264,9 +269,6 @@ PHP 8.4 UPGRADE NOTES - Curl: . The CURLOPT_BINARYTRANSFER constant is deprecated. - . curl_version() returns an additional feature_list value, which is an - associative array of all known Curl features, and whether they are - supported (true) or not (false). - Date: . Calling DatePeriod::__construct(string $isostr, int $options = 0) is