From aecedd25dd855859027badffb268cb3113e8e46e Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Fri, 4 Aug 2023 18:24:53 +0100 Subject: [PATCH] [skip ci] Reorder extension sections in UPGRADING --- UPGRADING | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/UPGRADING b/UPGRADING index d9d1d6ee802..e8377b9d164 100644 --- a/UPGRADING +++ b/UPGRADING @@ -214,6 +214,15 @@ PHP 8.3 UPGRADE NOTES circumvented by prepending `./` to the path. . User exception handlers now catch exceptions during shutdown. +- Calendar + . easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems, + previously it only supported years in the range from 1970 to 2037. + +- Curl: + . curl_getinfo() now supports two new constants: CURLINFO_CAPATH and + CURLINFO_CAINFO. If option is null, the following two additional keys are + present: "capath" and "cainfo". + - Dom: . Changed DOMCharacterData::appendData() tentative return type to true. . DOMDocument::loadHTML(), DOMDocument::loadHTMLFile(), DOMDocument::loadXML(), @@ -235,11 +244,6 @@ PHP 8.3 UPGRADE NOTES . IntlChar::enumCharNames is now returning a boolean. Previously it returned null on success and false on failure. -- Curl: - . curl_getinfo() now supports two new constants: CURLINFO_CAPATH and - CURLINFO_CAINFO. If option is null, the following two additional keys are - present: "capath" and "cainfo". - - MBString: . mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional casing rules for the Greek letter sigma. For mb_convert_case, conditional @@ -317,10 +321,6 @@ PHP 8.3 UPGRADE NOTES significant digits before the decimal point. Previously negative $decimals got silently ignored and the number got rounded to zero decimal places. -- Calendar - . easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems, - previously it only supported years in the range from 1970 to 2037. - ======================================== 6. New Functions ========================================