Skip to content

Commit aecedd2

Browse files
committed
[skip ci] Reorder extension sections in UPGRADING
1 parent 8ef0e4c commit aecedd2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

UPGRADING

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,15 @@ PHP 8.3 UPGRADE NOTES
214214
circumvented by prepending `./` to the path.
215215
. User exception handlers now catch exceptions during shutdown.
216216

217+
- Calendar
218+
. easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems,
219+
previously it only supported years in the range from 1970 to 2037.
220+
221+
- Curl:
222+
. curl_getinfo() now supports two new constants: CURLINFO_CAPATH and
223+
CURLINFO_CAINFO. If option is null, the following two additional keys are
224+
present: "capath" and "cainfo".
225+
217226
- Dom:
218227
. Changed DOMCharacterData::appendData() tentative return type to true.
219228
. DOMDocument::loadHTML(), DOMDocument::loadHTMLFile(), DOMDocument::loadXML(),
@@ -235,11 +244,6 @@ PHP 8.3 UPGRADE NOTES
235244
. IntlChar::enumCharNames is now returning a boolean.
236245
Previously it returned null on success and false on failure.
237246

238-
- Curl:
239-
. curl_getinfo() now supports two new constants: CURLINFO_CAPATH and
240-
CURLINFO_CAINFO. If option is null, the following two additional keys are
241-
present: "capath" and "cainfo".
242-
243247
- MBString:
244248
. mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional
245249
casing rules for the Greek letter sigma. For mb_convert_case, conditional
@@ -317,10 +321,6 @@ PHP 8.3 UPGRADE NOTES
317321
significant digits before the decimal point. Previously negative $decimals
318322
got silently ignored and the number got rounded to zero decimal places.
319323

320-
- Calendar
321-
. easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems,
322-
previously it only supported years in the range from 1970 to 2037.
323-
324324
========================================
325325
6. New Functions
326326
========================================

0 commit comments

Comments
 (0)